#984E1D 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 #984E1D works with other colors. Named schemes with #984E1D in its natural role, and a note on why the supporting colors balance it.
This palette keeps Brown as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
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.
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.
Brown sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
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 Brown carrying the quiet middle.
How #984E1D 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 #984E1D at work across the surfaces designers actually ship.
:root {
--color-base: #984E1D;
--color-base-rgb: 152 78 29;
--color-base-oklch: oklch(50.6% 0.116 50.2);
--color-50: #FDF6F2;
--color-100: #F9E8DC;
--color-200: #F2D1BB;
--color-300: #E3AF8C;
--color-400: #D18E61;
--color-500: #B66E3F;
--color-600: #8B5837;
--color-700: #63422C;
--color-800: #412D20;
--color-900: #281D15;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
brown: {
50: '#FDF6F2',
100: '#F9E8DC',
200: '#F2D1BB',
300: '#E3AF8C',
400: '#D18E61',
500: '#B66E3F',
600: '#8B5837',
700: '#63422C',
800: '#412D20',
900: '#281D15',
},
}
$base: #984E1D; $base-ink: #FFFFFF; $base-50: #FDF6F2; $base-100: #F9E8DC; $base-200: #F2D1BB; $base-300: #E3AF8C; $base-400: #D18E61; $base-500: #B66E3F; $base-600: #8B5837; $base-700: #63422C; $base-800: #412D20; $base-900: #281D15; $base-hover: #783E17; $base-subtle: #E7C8B4;
{
"color": {
"base": {
"value": "#984E1D",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF6F2",
"type": "color"
},
"100": {
"value": "#F9E8DC",
"type": "color"
},
"200": {
"value": "#F2D1BB",
"type": "color"
},
"300": {
"value": "#E3AF8C",
"type": "color"
},
"400": {
"value": "#D18E61",
"type": "color"
},
"500": {
"value": "#B66E3F",
"type": "color"
},
"600": {
"value": "#8B5837",
"type": "color"
},
"700": {
"value": "#63422C",
"type": "color"
},
"800": {
"value": "#412D20",
"type": "color"
},
"900": {
"value": "#281D15",
"type": "color"
}
}
}
}