Consumer Brands
Siren Green — the color of premium coffee since 1971.
Starbucks' #006241 is a deeply saturated emerald, calibrated dark enough to maintain identity at small sizes (think the cup wrap on a hot latte) and warm enough to read as inviting rather than corporate. The supporting palette uses cream and warm neutrals.
:root {
--starbucks-green: #006241;
--starbucks-white: #ffffff;
--warm-neutral: #d4e9e2;
}module.exports = {
theme: {
extend: {
colors: {
"starbucks-green": "#006241",
"starbucks-white": "#ffffff",
"warm-neutral": "#d4e9e2",
},
},
},
};Source: https://creative.starbucks.com/ · As of 2026-05-02 · This page is an unofficial reference. Color values are factual sRGB hex codes and not subject to copyright; the Starbucks name and any associated marks belong to their owner. Use support to request removal.