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

Kalev brand colours

What colours does Kalev use?

Kalev leads on orange #FF7F00, which covers 60.3% of the mark. The full set is orange, pale cream, deep navy, black and deep black: #FF7F00, #FEEECA, #022F68, #000000, #00132B. Every code below was read from the logo file itself, not copied from another list.

The Kalev colour palette

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

60.3%Aa

orangelargest

RGB
255, 127, 0
HSL
30°, 100%, 50%
Text on it
black · 7.44:1
Share of mark
60.3%
17%Aa

pale cream

RGB
254, 238, 202
HSL
42°, 96%, 89%
Text on it
black · 16.43:1
Share of mark
17%
13.3%Aa

deep navy

RGB
2, 47, 104
HSL
214°, 96%, 21%
Text on it
white · 13.05:1
Share of mark
13.3%
2.1%Aa

black

RGB
0, 0, 0
HSL
0°, 0%, 0%
Text on it
white · 21:1
Share of mark
2.1%
3.3%Aa

deep black

RGB
0, 19, 43
HSL
213°, 100%, 8%
Text on it
white · 18.62:1
Share of mark
3.3%

Ready to paste

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

CSS

:root {
  --kalev-1: #ff7f00;
  --kalev-2: #feeeca;
  --kalev-3: #022f68;
  --kalev-4: #000000;
  --kalev-5: #00132b;
}

Tailwind

theme: {
  extend: {
    colors: {
      'kalev-1': '#ff7f00',
      'kalev-2': '#feeeca',
      'kalev-3': '#022f68',
      'kalev-4': '#000000',
      'kalev-5': '#00132b',
    },
  },
}

How these were measured

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

Read 18 September 2026.

Questions

What are Kalev's brand colours?

orange, pale cream, deep navy, black and deep black, #FF7F00, #FEEECA, #022F68, #000000, #00132B. The one to reach for first is orange #FF7F00.

Where do these hex codes come from?

The Kalev logo itself, fetched from kalev.eu 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 Kalev'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 Kalev'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.