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

PEZ brand colours

What colours does PEZ use?

PEZ leads on deep indigo #011A83, which covers 5.4% of the mark. The full set is white, deep indigo, silver, navy, pale lavender and cobalt: #FFFFFF, #011A83, #D5DAE4, #2B3C84, #B4BCE3, #5C6BA4. Every code below was read from the logo file itself, not copied from another list.

The PEZ colour palette

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

84%Aa

whitelargest

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

deep indigoprimary

RGB
1, 26, 131
HSL
228°, 98%, 26%
Text on it
white · 14.22:1
Share of mark
5.4%
3.3%Aa

silver

RGB
213, 218, 228
HSL
220°, 22%, 86%
Text on it
black · 13.45:1
Share of mark
3.3%
1.5%Aa

navy

RGB
43, 60, 132
HSL
229°, 51%, 34%
Text on it
white · 10.09:1
Share of mark
1.5%
2.2%Aa

pale lavender

RGB
180, 188, 227
HSL
230°, 46%, 80%
Text on it
black · 10.1:1
Share of mark
2.2%
1.8%Aa

cobalt

RGB
92, 107, 164
HSL
228°, 28%, 50%
Text on it
white · 5.13:1
Share of mark
1.8%

Ready to paste

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

CSS

:root {
  --pez-1: #ffffff;
  --pez-2: #011a83;
  --pez-3: #d5dae4;
  --pez-4: #2b3c84;
  --pez-5: #b4bce3;
  --pez-6: #5c6ba4;
}

Tailwind

theme: {
  extend: {
    colors: {
      'pez-1': '#ffffff',
      'pez-2': '#011a83',
      'pez-3': '#d5dae4',
      'pez-4': '#2b3c84',
      'pez-5': '#b4bce3',
      'pez-6': '#5c6ba4',
    },
  },
}

How these were measured

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

Read 18 September 2026.

Questions

What are PEZ's brand colours?

white, deep indigo, silver, navy, pale lavender and cobalt, #FFFFFF, #011A83, #D5DAE4, #2B3C84, #B4BCE3, #5C6BA4. The one to reach for first is deep indigo #011A83.

Where do these hex codes come from?

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