#994D4E 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 #994D4E works with other colors. Named schemes with #994D4E in its natural role, and a note on why the supporting colors balance it.
This palette keeps Chestnut as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Chestnut 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.
Chestnut plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Chestnut sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Chestnut 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 Chestnut carrying the quiet middle.
How #994D4E 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 #994D4E at work across the surfaces designers actually ship.
:root {
--color-base: #994D4E;
--color-base-rgb: 153 77 78;
--color-base-oklch: oklch(51.4% 0.102 20.4);
--color-50: #FAF5F5;
--color-100: #F2E3E4;
--color-200: #E4C9C9;
--color-300: #CDA2A3;
--color-400: #B47E7F;
--color-500: #975D5E;
--color-600: #754C4D;
--color-700: #553A3B;
--color-800: #382929;
--color-900: #231A1A;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
chestnut: {
50: '#FAF5F5',
100: '#F2E3E4',
200: '#E4C9C9',
300: '#CDA2A3',
400: '#B47E7F',
500: '#975D5E',
600: '#754C4D',
700: '#553A3B',
800: '#382929',
900: '#231A1A',
},
}
$base: #994D4E; $base-ink: #FFFFFF; $base-50: #FAF5F5; $base-100: #F2E3E4; $base-200: #E4C9C9; $base-300: #CDA2A3; $base-400: #B47E7F; $base-500: #975D5E; $base-600: #754C4D; $base-700: #553A3B; $base-800: #382929; $base-900: #231A1A; $base-hover: #7A3E3F; $base-subtle: #DFCACB;
{
"color": {
"base": {
"value": "#994D4E",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FAF5F5",
"type": "color"
},
"100": {
"value": "#F2E3E4",
"type": "color"
},
"200": {
"value": "#E4C9C9",
"type": "color"
},
"300": {
"value": "#CDA2A3",
"type": "color"
},
"400": {
"value": "#B47E7F",
"type": "color"
},
"500": {
"value": "#975D5E",
"type": "color"
},
"600": {
"value": "#754C4D",
"type": "color"
},
"700": {
"value": "#553A3B",
"type": "color"
},
"800": {
"value": "#382929",
"type": "color"
},
"900": {
"value": "#231A1A",
"type": "color"
}
}
}
}