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.

Beauty · brand assets

MAC Cosmetics brand colours

What colours does MAC Cosmetics use?

MAC Cosmetics leads on black #000000. The full set is black, slate and off-white: #000000, #747474, #F0F0F0. Every code below is the brand's own published colour, not copied from a listicle.

The MAC Cosmetics colour palette

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

primaryAa

blackprimary

RGB
0, 0, 0
HSL
0°, 0%, 0%
Text on it
white · 21:1
Role
primary
supportingAa

slate

RGB
116, 116, 116
HSL
0°, 0%, 45%
Text on it
white · 4.67:1
Role
supporting
supportingAa

off-white

RGB
240, 240, 240
HSL
0°, 0%, 94%
Text on it
black · 16.55:1
Role
supporting

Ready to paste

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

CSS

:root {
  --mac-cosmetics-1: #000000;
  --mac-cosmetics-2: #747474;
  --mac-cosmetics-3: #f0f0f0;
}

Tailwind

theme: {
  extend: {
    colors: {
      'mac-cosmetics-1': '#000000',
      'mac-cosmetics-2': '#747474',
      'mac-cosmetics-3': '#f0f0f0',
    },
  },
}

Where these came from

These are MAC Cosmetics's published colours, as recorded for maccosmetics.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 4 September 2026.

Questions

What are MAC Cosmetics's brand colours?

black, slate and off-white, #000000, #747474, #F0F0F0. The one to reach for first is black #000000.

Where do these hex codes come from?

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

Is this MAC Cosmetics'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 MAC Cosmetics'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.