#89403F is a mid-toned, warm red-orange. On the Color Lab it reads organic and grounded, with a faded, vintage edge. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #89403F works with other colors. Named schemes with #89403F in its natural role, and a note on why the supporting colors balance it.
This palette keeps Cordovan as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Cordovan 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.
Cordovan plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Cordovan sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Cordovan 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 Cordovan carrying the quiet middle.
How #89403F 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 #89403F at work across the surfaces designers actually ship.
:root {
--color-base: #89403F;
--color-base-rgb: 137 64 63;
--color-base-oklch: oklch(46.6% 0.100 22.5);
--color-50: #FAF4F4;
--color-100: #F3E3E3;
--color-200: #E5C8C7;
--color-300: #CFA1A0;
--color-400: #B87B7A;
--color-500: #9B5B5A;
--color-600: #784B4A;
--color-700: #563938;
--color-800: #392828;
--color-900: #241A1A;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
cordovan: {
50: '#FAF4F4',
100: '#F3E3E3',
200: '#E5C8C7',
300: '#CFA1A0',
400: '#B87B7A',
500: '#9B5B5A',
600: '#784B4A',
700: '#563938',
800: '#392828',
900: '#241A1A',
},
}
$base: #89403F; $base-ink: #FFFFFF; $base-50: #FAF4F4; $base-100: #F3E3E3; $base-200: #E5C8C7; $base-300: #CFA1A0; $base-400: #B87B7A; $base-500: #9B5B5A; $base-600: #784B4A; $base-700: #563938; $base-800: #392828; $base-900: #241A1A; $base-hover: #6D3332; $base-subtle: #DDC4C3;
{
"color": {
"base": {
"value": "#89403F",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FAF4F4",
"type": "color"
},
"100": {
"value": "#F3E3E3",
"type": "color"
},
"200": {
"value": "#E5C8C7",
"type": "color"
},
"300": {
"value": "#CFA1A0",
"type": "color"
},
"400": {
"value": "#B87B7A",
"type": "color"
},
"500": {
"value": "#9B5B5A",
"type": "color"
},
"600": {
"value": "#784B4A",
"type": "color"
},
"700": {
"value": "#563938",
"type": "color"
},
"800": {
"value": "#392828",
"type": "color"
},
"900": {
"value": "#241A1A",
"type": "color"
}
}
}
}