#DF5550 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 #DF5550 works with other colors. Named schemes with #DF5550 in its natural role, and a note on why the supporting colors balance it.
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 holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Cinnabar opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
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.
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.
How #DF5550 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 #DF5550 at work across the surfaces designers actually ship.
:root {
--color-base: #DF5550;
--color-base-rgb: 223 85 80;
--color-base-oklch: oklch(63.1% 0.174 25.4);
--color-50: #FDF2F2;
--color-100: #F9DDDC;
--color-200: #F2BCBA;
--color-300: #E48E8B;
--color-400: #D26460;
--color-500: #B7423E;
--color-600: #8C3936;
--color-700: #632D2C;
--color-800: #412120;
--color-900: #281615;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
cinnabar: {
50: '#FDF2F2',
100: '#F9DDDC',
200: '#F2BCBA',
300: '#E48E8B',
400: '#D26460',
500: '#B7423E',
600: '#8C3936',
700: '#632D2C',
800: '#412120',
900: '#281615',
},
}
$base: #DF5550; $base-ink: #141310; $base-50: #FDF2F2; $base-100: #F9DDDC; $base-200: #F2BCBA; $base-300: #E48E8B; $base-400: #D26460; $base-500: #B7423E; $base-600: #8C3936; $base-700: #632D2C; $base-800: #412120; $base-900: #281615; $base-hover: #CB2B25; $base-subtle: #F0D0CF;
{
"color": {
"base": {
"value": "#DF5550",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2F2",
"type": "color"
},
"100": {
"value": "#F9DDDC",
"type": "color"
},
"200": {
"value": "#F2BCBA",
"type": "color"
},
"300": {
"value": "#E48E8B",
"type": "color"
},
"400": {
"value": "#D26460",
"type": "color"
},
"500": {
"value": "#B7423E",
"type": "color"
},
"600": {
"value": "#8C3936",
"type": "color"
},
"700": {
"value": "#632D2C",
"type": "color"
},
"800": {
"value": "#412120",
"type": "color"
},
"900": {
"value": "#281615",
"type": "color"
}
}
}
}