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

Marabou brand colours

What colours does Marabou use?

Marabou leads on yellow #FED964, which covers 71.6% of the mark. The full set is yellow, red, orange and amber: #FED964, #CD0424, #DE4B34, #E66C3B, #F19C43. Every code below was read from the logo file itself, not copied from another list.

The Marabou colour palette

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

71.6%Aa

yellowlargest

RGB
254, 217, 100
HSL
46°, 99%, 69%
Text on it
black · 13.76:1
Share of mark
71.6%
18.9%Aa

red

RGB
205, 4, 36
HSL
350°, 96%, 41%
Text on it
white · 5.77:1
Share of mark
18.9%
2.5%Aa

red

RGB
222, 75, 52
HSL
8°, 72%, 54%
Text on it
black · 4.64:1
Share of mark
2.5%
2.2%Aa

orange

RGB
230, 108, 59
HSL
17°, 77%, 57%
Text on it
black · 5.9:1
Share of mark
2.2%
4%Aa

amber

RGB
241, 156, 67
HSL
31°, 86%, 60%
Text on it
black · 8.6:1
Share of mark
4%

Ready to paste

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

CSS

:root {
  --marabou-1: #fed964;
  --marabou-2: #cd0424;
  --marabou-3: #de4b34;
  --marabou-4: #e66c3b;
  --marabou-5: #f19c43;
}

Tailwind

theme: {
  extend: {
    colors: {
      'marabou-1': '#fed964',
      'marabou-2': '#cd0424',
      'marabou-3': '#de4b34',
      'marabou-4': '#e66c3b',
      'marabou-5': '#f19c43',
    },
  },
}

How these were measured

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

Read 18 September 2026.

Questions

What are Marabou's brand colours?

yellow, red, orange and amber, #FED964, #CD0424, #DE4B34, #E66C3B, #F19C43. The one to reach for first is yellow #FED964.

Where do these hex codes come from?

The Marabou logo itself, fetched from marabou.se 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 Marabou'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 Marabou'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.