Consumer Brands
The original heritage red.
Coca-Cola's red has been the same since 1886 — a warm, slightly orange-shifted red (#F40009 in current Pantone-matched form) that reads as celebration and warmth across cultures. It is one of the few brand colors with global trademark recognition.
:root {
--coca-cola-red: #f40009;
--coca-cola-white: #ffffff;
--pantone-484-depth: #9c2a2c;
}module.exports = {
theme: {
extend: {
colors: {
"coca-cola-red": "#f40009",
"coca-cola-white": "#ffffff",
"pantone-484-depth": "#9c2a2c",
},
},
},
};Source: https://www.coca-colacompany.com/about-us/our-story · As of 2026-05-02 · This page is an unofficial reference. Color values are factual sRGB hex codes and not subject to copyright; the Coca-Cola name and any associated marks belong to their owner. Use support to request removal.