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

McDonald's brand colours

What colours does McDonald's use?

McDonald's leads on red #DB0108. The full set is red, orange and amber: #DB0108, #EA620A, #FDBB0D. Every code below is the brand's own published colour, not copied from a listicle.

The McDonald's colour palette

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

primaryAa

redprimary

RGB
219, 1, 8
HSL
358°, 99%, 43%
Text on it
white · 5.22:1
Role
primary
supportingAa

orange

RGB
234, 98, 10
HSL
24°, 92%, 48%
Text on it
black · 5.61:1
Role
supporting
supportingAa

amber

RGB
253, 187, 13
HSL
43°, 98%, 52%
Text on it
black · 11.04:1
Role
supporting

Ready to paste

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

CSS

:root {
  --mcdonalds-1: #db0108;
  --mcdonalds-2: #ea620a;
  --mcdonalds-3: #fdbb0d;
}

Tailwind

theme: {
  extend: {
    colors: {
      'mcdonalds-1': '#db0108',
      'mcdonalds-2': '#ea620a',
      'mcdonalds-3': '#fdbb0d',
    },
  },
}

Where these came from

These are McDonald's's published colours, as recorded for mcdonalds.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 27 August 2026.

Questions

What are McDonald's's brand colours?

red, orange and amber, #DB0108, #EA620A, #FDBB0D. The one to reach for first is red #DB0108.

Where do these hex codes come from?

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

Is this McDonald's'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 McDonald's'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.