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

Bundaberg brand colours

What colours does Bundaberg use?

Bundaberg leads on deep chocolate #341B03, which covers 2.4% of the mark. The full set is white, silver, deep chocolate, red, pale cream and brown: #FFFFFF, #C4C4C4, #341B03, #E43324, #FBECD4, #8C7B63. Every code below was read from the logo file itself, not copied from another list.

The Bundaberg colour palette

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

82.8%Aa

whitelargest

RGB
255, 255, 255
HSL
0°, 0%, 100%
Text on it
black · 18.86:1
Share of mark
82.8%
1.3%Aa

silver

RGB
196, 196, 196
HSL
0°, 0%, 77%
Text on it
black · 10.81:1
Share of mark
1.3%
2.4%Aa

deep chocolateprimary

RGB
52, 27, 3
HSL
29°, 89%, 11%
Text on it
white · 16.1:1
Share of mark
2.4%
2.3%Aa

red

RGB
228, 51, 36
HSL
5°, 78%, 52%
Text on it
white · 4.38:1
Share of mark
2.3%
1.8%Aa

pale cream

RGB
251, 236, 212
HSL
37°, 83%, 91%
Text on it
black · 16.21:1
Share of mark
1.8%
1.9%Aa

brown

RGB
140, 123, 99
HSL
35°, 17%, 47%
Text on it
black · 4.61:1
Share of mark
1.9%

Ready to paste

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

CSS

:root {
  --bundaberg-1: #ffffff;
  --bundaberg-2: #c4c4c4;
  --bundaberg-3: #341b03;
  --bundaberg-4: #e43324;
  --bundaberg-5: #fbecd4;
  --bundaberg-6: #8c7b63;
}

Tailwind

theme: {
  extend: {
    colors: {
      'bundaberg-1': '#ffffff',
      'bundaberg-2': '#c4c4c4',
      'bundaberg-3': '#341b03',
      'bundaberg-4': '#e43324',
      'bundaberg-5': '#fbecd4',
      'bundaberg-6': '#8c7b63',
    },
  },
}

How these were measured

We fetch the Bundaberg logo from bundaberg.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 Bundaberg uses on packaging or on their site but not in their mark will not appear here.

Read 17 September 2026.

Questions

What are Bundaberg's brand colours?

white, silver, deep chocolate, red, pale cream and brown, #FFFFFF, #C4C4C4, #341B03, #E43324, #FBECD4, #8C7B63. The one to reach for first is deep chocolate #341B03.

Where do these hex codes come from?

The Bundaberg logo itself, fetched from bundaberg.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 Bundaberg'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 Bundaberg'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.