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.

Fashion · brand assets

Tommy Hilfiger brand colours

What colours does Tommy Hilfiger use?

Tommy Hilfiger leads on deep navy #07124D. The full set is white, deep navy and red: #FDFDFE, #07124D, #EA062F. Every code below is the brand's own published colour, not copied from a listicle.

The Tommy Hilfiger colour palette

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

primaryAa

white

RGB
253, 253, 254
HSL
240°, 33%, 99%
Text on it
black · 18.55:1
Role
primary
supportingAa

deep navyprimary

RGB
7, 18, 77
HSL
231°, 83%, 16%
Text on it
white · 17.46:1
Role
supporting
supportingAa

red

RGB
234, 6, 47
HSL
349°, 95%, 47%
Text on it
white · 4.6:1
Role
supporting

Ready to paste

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

CSS

:root {
  --tommy-hilfiger-1: #fdfdfe;
  --tommy-hilfiger-2: #07124d;
  --tommy-hilfiger-3: #ea062f;
}

Tailwind

theme: {
  extend: {
    colors: {
      'tommy-hilfiger-1': '#fdfdfe',
      'tommy-hilfiger-2': '#07124d',
      'tommy-hilfiger-3': '#ea062f',
    },
  },
}

Where these came from

These are Tommy Hilfiger's published colours, as recorded for tommy.com. A published palette can carry colours that never appear in the logo: a secondary, or one used only on packaging. That is the reason to prefer it over reading the mark.

What it does not carry is how much of anything each colour covers, so there are no percentages here. Where we have read a brand's logo instead, those percentages appear and this paragraph says so instead.

Read 6 September 2026.

Questions

What are Tommy Hilfiger's brand colours?

white, deep navy and red, #FDFDFE, #07124D, #EA062F. The one to reach for first is deep navy #07124D.

Where do these hex codes come from?

Tommy Hilfiger's own published brand palette, as recorded for tommy.com: it can include colours that never appear in the logo itself. Nothing here is copied from another site.

Is this Tommy Hilfiger's official palette?

It is the palette on their brand record, which is as close to official as a third party gets. A full brand book usually holds more: tints, a print-only colour, rules about where each one goes.

Can I use these colours?

A hex code is not protected. Using Tommy Hilfiger'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.