#BB4E30 is a mid-toned, warm 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 #BB4E30 works with other colors. Named schemes with #BB4E30 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Mahogany as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Mahogany 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.
Mahogany plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Mahogany sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Mahogany 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 Mahogany carrying the quiet middle.
How #BB4E30 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 #BB4E30 at work across the surfaces designers actually ship.
:root {
--color-base: #BB4E30;
--color-base-rgb: 187 78 48;
--color-base-oklch: oklch(56.1% 0.148 36.2);
--color-50: #FCF5F2;
--color-100: #F7E3DE;
--color-200: #EEC9BE;
--color-300: #DEA292;
--color-400: #CA7D68;
--color-500: #AE5D46;
--color-600: #864C3C;
--color-700: #5F3A30;
--color-800: #3F2822;
--color-900: #271A17;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
mahogany: {
50: '#FCF5F2',
100: '#F7E3DE',
200: '#EEC9BE',
300: '#DEA292',
400: '#CA7D68',
500: '#AE5D46',
600: '#864C3C',
700: '#5F3A30',
800: '#3F2822',
900: '#271A17',
},
}
$base: #BB4E30; $base-ink: #FFFFFF; $base-50: #FCF5F2; $base-100: #F7E3DE; $base-200: #EEC9BE; $base-300: #DEA292; $base-400: #CA7D68; $base-500: #AE5D46; $base-600: #864C3C; $base-700: #5F3A30; $base-800: #3F2822; $base-900: #271A17; $base-hover: #953E26; $base-subtle: #E8CBC3;
{
"color": {
"base": {
"value": "#BB4E30",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF5F2",
"type": "color"
},
"100": {
"value": "#F7E3DE",
"type": "color"
},
"200": {
"value": "#EEC9BE",
"type": "color"
},
"300": {
"value": "#DEA292",
"type": "color"
},
"400": {
"value": "#CA7D68",
"type": "color"
},
"500": {
"value": "#AE5D46",
"type": "color"
},
"600": {
"value": "#864C3C",
"type": "color"
},
"700": {
"value": "#5F3A30",
"type": "color"
},
"800": {
"value": "#3F2822",
"type": "color"
},
"900": {
"value": "#271A17",
"type": "color"
}
}
}
}