#EB504D is a mid-toned, warm orange. On the Color Lab it reads bold and ownable. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #EB504D works with other colors. Named schemes with #EB504D in its natural role, and a note on why the supporting colors balance it.
Cinnabar glows at the center of this sunset palette, joined by coral and gold, deepened by a plum anchor and cooled with cream.
Cinnabar sets a calm, sun-bleached base here, wrapped in bone and paper off-whites and a soft greige, with a single ink accent for wabi-sabi restraint.
This palette keeps Cinnabar as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Cinnabar is the single accent in this high-contrast editorial system — set on near-white paper against near-black ink, with a warm grey and a desaturated tint of Cinnabar carrying the quiet middle.
Cinnabar carries the depth in this luxury scheme, offset by a brass accent and near-black and held together by a deep neutral and an off-white surface.
How #EB504D actually behaves in design work — read from its OKLCH lightness, chroma and hue, not just its raw numbers. Ten signals to help you decide where this color earns its place.
Not a swatch to memorise — a color to build with. Here is #EB504D at work across the surfaces designers actually ship.
:root {
--color-base: #EB504D;
--color-base-rgb: 235 80 77;
--color-base-oklch: oklch(64.4% 0.192 25.3);
--color-50: #FEF1F1;
--color-100: #FCDAD9;
--color-200: #F7B7B6;
--color-300: #EB8684;
--color-400: #DB5957;
--color-500: #C13634;
--color-600: #93312F;
--color-700: #682827;
--color-800: #441E1D;
--color-900: #291414;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
cinnabar: {
50: '#FEF1F1',
100: '#FCDAD9',
200: '#F7B7B6',
300: '#EB8684',
400: '#DB5957',
500: '#C13634',
600: '#93312F',
700: '#682827',
800: '#441E1D',
900: '#291414',
},
}
$base: #EB504D; $base-ink: #141310; $base-50: #FEF1F1; $base-100: #FCDAD9; $base-200: #F7B7B6; $base-300: #EB8684; $base-400: #DB5957; $base-500: #C13634; $base-600: #93312F; $base-700: #682827; $base-800: #441E1D; $base-900: #291414; $base-hover: #E01C19; $base-subtle: #F3D0CF;
{
"color": {
"base": {
"value": "#EB504D",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF1F1",
"type": "color"
},
"100": {
"value": "#FCDAD9",
"type": "color"
},
"200": {
"value": "#F7B7B6",
"type": "color"
},
"300": {
"value": "#EB8684",
"type": "color"
},
"400": {
"value": "#DB5957",
"type": "color"
},
"500": {
"value": "#C13634",
"type": "color"
},
"600": {
"value": "#93312F",
"type": "color"
},
"700": {
"value": "#682827",
"type": "color"
},
"800": {
"value": "#441E1D",
"type": "color"
},
"900": {
"value": "#291414",
"type": "color"
}
}
}
}