#D6580E is a mid-toned, warm amber. 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 #D6580E works with other colors. Named schemes with #D6580E in its natural role, and a note on why the supporting colors balance it.
This palette keeps Tawny as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Tawny 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.
Tawny plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Tawny sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Tawny 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 Tawny carrying the quiet middle.
How #D6580E 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 #D6580E at work across the surfaces designers actually ship.
:root {
--color-base: #D6580E;
--color-base-rgb: 214 88 14;
--color-base-oklch: oklch(61.5% 0.175 43.8);
--color-50: #FEF5F0;
--color-100: #FDE6D8;
--color-200: #FACDB2;
--color-300: #F0A87F;
--color-400: #E28650;
--color-500: #C8662D;
--color-600: #98522A;
--color-700: #6B3E24;
--color-800: #462B1B;
--color-900: #2B1B13;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
tawny: {
50: '#FEF5F0',
100: '#FDE6D8',
200: '#FACDB2',
300: '#F0A87F',
400: '#E28650',
500: '#C8662D',
600: '#98522A',
700: '#6B3E24',
800: '#462B1B',
900: '#2B1B13',
},
}
$base: #D6580E; $base-ink: #141310; $base-50: #FEF5F0; $base-100: #FDE6D8; $base-200: #FACDB2; $base-300: #F0A87F; $base-400: #E28650; $base-500: #C8662D; $base-600: #98522A; $base-700: #6B3E24; $base-800: #462B1B; $base-900: #2B1B13; $base-hover: #AD460B; $base-subtle: #F1CDB9;
{
"color": {
"base": {
"value": "#D6580E",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF5F0",
"type": "color"
},
"100": {
"value": "#FDE6D8",
"type": "color"
},
"200": {
"value": "#FACDB2",
"type": "color"
},
"300": {
"value": "#F0A87F",
"type": "color"
},
"400": {
"value": "#E28650",
"type": "color"
},
"500": {
"value": "#C8662D",
"type": "color"
},
"600": {
"value": "#98522A",
"type": "color"
},
"700": {
"value": "#6B3E24",
"type": "color"
},
"800": {
"value": "#462B1B",
"type": "color"
},
"900": {
"value": "#2B1B13",
"type": "color"
}
}
}
}