#8A481B is a mid-toned, warm amber. 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 #8A481B works with other colors. Named schemes with #8A481B in its natural role, and a note on why the supporting colors balance it.
This palette keeps Saddle Brown as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Saddle Brown 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.
Saddle Brown plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Saddle Brown sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Saddle Brown 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 Saddle Brown carrying the quiet middle.
How #8A481B 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 #8A481B at work across the surfaces designers actually ship.
:root {
--color-base: #8A481B;
--color-base-rgb: 138 72 27;
--color-base-oklch: oklch(47.5% 0.106 51.2);
--color-50: #FDF6F2;
--color-100: #F9E8DC;
--color-200: #F1D1BB;
--color-300: #E3AF8C;
--color-400: #D08E62;
--color-500: #B56F3F;
--color-600: #8B5937;
--color-700: #62422C;
--color-800: #412D20;
--color-900: #281D16;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
saddle-brown: {
50: '#FDF6F2',
100: '#F9E8DC',
200: '#F1D1BB',
300: '#E3AF8C',
400: '#D08E62',
500: '#B56F3F',
600: '#8B5937',
700: '#62422C',
800: '#412D20',
900: '#281D16',
},
}
$base: #8A481B; $base-ink: #FFFFFF; $base-50: #FDF6F2; $base-100: #F9E8DC; $base-200: #F1D1BB; $base-300: #E3AF8C; $base-400: #D08E62; $base-500: #B56F3F; $base-600: #8B5937; $base-700: #62422C; $base-800: #412D20; $base-900: #281D16; $base-hover: #6D3916; $base-subtle: #E5C6B0;
{
"color": {
"base": {
"value": "#8A481B",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF6F2",
"type": "color"
},
"100": {
"value": "#F9E8DC",
"type": "color"
},
"200": {
"value": "#F1D1BB",
"type": "color"
},
"300": {
"value": "#E3AF8C",
"type": "color"
},
"400": {
"value": "#D08E62",
"type": "color"
},
"500": {
"value": "#B56F3F",
"type": "color"
},
"600": {
"value": "#8B5937",
"type": "color"
},
"700": {
"value": "#62422C",
"type": "color"
},
"800": {
"value": "#412D20",
"type": "color"
},
"900": {
"value": "#281D16",
"type": "color"
}
}
}
}