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

Starbucks brand colours

What colours does Starbucks use?

Starbucks leads on deep green #016F42. The full set is white, deep green and sage: #FDFEFE, #016F42, #639E84. Every code below is the brand's own published colour, not copied from a listicle.

The Starbucks colour palette

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

primaryAa

white

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

deep greenprimary

RGB
1, 111, 66
HSL
155°, 98%, 22%
Text on it
white · 6.26:1
Role
supporting
supportingAa

sage

RGB
99, 158, 132
HSL
154°, 23%, 50%
Text on it
black · 6.07:1
Role
supporting

Ready to paste

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

CSS

:root {
  --starbucks-1: #fdfefe;
  --starbucks-2: #016f42;
  --starbucks-3: #639e84;
}

Tailwind

theme: {
  extend: {
    colors: {
      'starbucks-1': '#fdfefe',
      'starbucks-2': '#016f42',
      'starbucks-3': '#639e84',
    },
  },
}

Where these came from

These are Starbucks's published colours, as recorded for starbucks.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 25 August 2026.

Questions

What are Starbucks's brand colours?

white, deep green and sage, #FDFEFE, #016F42, #639E84. The one to reach for first is deep green #016F42.

Where do these hex codes come from?

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

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