RoadmapWe are building this in the open. What should we add next?What should we build next?
Roadmap

What features do YOU want?

We are building this in the open. Tell us what would make it worth paying for and it goes straight to the person writing the code.

No account needed. One line is plenty.

Food and Beverage · brand assets

Arnott's brand colours

What colours does Arnott's use?

Arnott's leads on red #EC352D, which covers 69.8% of the mark. The full set is red, white, pale aqua, aqua, slate and deep burgundy: #EC352D, #FEFFFF, #BBEDFB, #7DCAE0, #2A6B85, #6A1A19. Every code below was read from the logo file itself, not copied from another list.

The Arnott's colour palette

Ordered by how much of the logo each one covers. Tap a code to copy it.

69.8%Aa

redlargest

RGB
236, 53, 45
HSL
3°, 83%, 55%
Text on it
black · 4.59:1
Share of mark
69.8%
7.4%Aa

white

RGB
254, 255, 255
HSL
180°, 100%, 100%
Text on it
black · 18.83:1
Share of mark
7.4%
5.9%Aa

pale aqua

RGB
187, 237, 251
HSL
193°, 89%, 86%
Text on it
black · 14.93:1
Share of mark
5.9%
3.2%Aa

aqua

RGB
125, 202, 224
HSL
193°, 61%, 68%
Text on it
black · 10.24:1
Share of mark
3.2%
2.7%Aa

slate

RGB
42, 107, 133
HSL
197°, 52%, 34%
Text on it
white · 5.93:1
Share of mark
2.7%
1.8%Aa

deep burgundy

RGB
106, 26, 25
HSL
1°, 62%, 26%
Text on it
white · 11.83:1
Share of mark
1.8%

Ready to paste

The same codes as custom properties and as a Tailwind theme extension.

CSS

:root {
  --arnotts-1: #ec352d;
  --arnotts-2: #feffff;
  --arnotts-3: #bbedfb;
  --arnotts-4: #7dcae0;
  --arnotts-5: #2a6b85;
  --arnotts-6: #6a1a19;
}

Tailwind

theme: {
  extend: {
    colors: {
      'arnotts-1': '#ec352d',
      'arnotts-2': '#feffff',
      'arnotts-3': '#bbedfb',
      'arnotts-4': '#7dcae0',
      'arnotts-5': '#2a6b85',
      'arnotts-6': '#6a1a19',
    },
  },
}

How these were measured

We fetch the Arnott's logo from arnotts.com, decode the PNG, and count every pixel. Transparent pixels are not counted, on a logo delivered on a clear background they would otherwise outnumber everything and report the colour of nothing.

Colours a person cannot tell apart are merged. The edge of any letterform is a ramp of half-shades between the ink and whatever is behind it, and publishing six of those as brand colours is how the scraped palettes on other sites end up listing four greys.

The limit is worth stating plainly: this is the palette of a logo, not a brand book. A colour Arnott's uses on packaging or on their site but not in their mark will not appear here.

Read 17 September 2026.

Questions

What are Arnott's's brand colours?

red, white, pale aqua, aqua, slate and deep burgundy, #EC352D, #FEFFFF, #BBEDFB, #7DCAE0, #2A6B85, #6A1A19. The one to reach for first is red #EC352D.

Where do these hex codes come from?

The Arnott's logo itself, fetched from arnotts.com and read pixel by pixel. Colours within a hair of each other are merged, because the edge of any letterform is a ramp between the ink and what is behind it and none of those greys are a brand colour. Nothing here is copied from another site.

Is this Arnott's's official palette?

It is what is in their logo, which is not the same thing. A brand book usually holds more : a secondary set, tints, a colour that only appears on packaging. What you get here is the part that is verifiable from a file anyone can fetch.

Can I use these colours?

A hex code is not protected. Using Arnott's's palette to pass work off as theirs is a trademark problem, and the same colours in your own moodboard, chart or comparison deck are not.