#D64E39 is a mid-toned, warm orange. On the Color Lab it reads organic and grounded. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #D64E39 works with other colors. Named schemes with #D64E39 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Vermilion as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Vermilion anchors this café scheme as the warm mid-tone, lifted by latte cream and a muted sage accent and grounded by espresso brown and a warm charcoal.
Vermilion plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Vermilion sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Vermilion 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 Vermilion carrying the quiet middle.
How #D64E39 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 #D64E39 at work across the surfaces designers actually ship.
:root {
--color-base: #D64E39;
--color-base-rgb: 214 78 57;
--color-base-oklch: oklch(60.5% 0.175 31.3);
--color-50: #FDF3F2;
--color-100: #F9E0DC;
--color-200: #F1C3BB;
--color-300: #E2988D;
--color-400: #D07162;
--color-500: #B55040;
--color-600: #8A4338;
--color-700: #62342D;
--color-800: #402521;
--color-900: #281816;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
vermilion: {
50: '#FDF3F2',
100: '#F9E0DC',
200: '#F1C3BB',
300: '#E2988D',
400: '#D07162',
500: '#B55040',
600: '#8A4338',
700: '#62342D',
800: '#402521',
900: '#281816',
},
}
$base: #D64E39; $base-ink: #141310; $base-50: #FDF3F2; $base-100: #F9E0DC; $base-200: #F1C3BB; $base-300: #E2988D; $base-400: #D07162; $base-500: #B55040; $base-600: #8A4338; $base-700: #62342D; $base-800: #402521; $base-900: #281816; $base-hover: #B33825; $base-subtle: #EDCEC9;
{
"color": {
"base": {
"value": "#D64E39",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF3F2",
"type": "color"
},
"100": {
"value": "#F9E0DC",
"type": "color"
},
"200": {
"value": "#F1C3BB",
"type": "color"
},
"300": {
"value": "#E2988D",
"type": "color"
},
"400": {
"value": "#D07162",
"type": "color"
},
"500": {
"value": "#B55040",
"type": "color"
},
"600": {
"value": "#8A4338",
"type": "color"
},
"700": {
"value": "#62342D",
"type": "color"
},
"800": {
"value": "#402521",
"type": "color"
},
"900": {
"value": "#281816",
"type": "color"
}
}
}
}