#BF311E is a mid-toned, warm orange. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #BF311E works with other colors. Named schemes with #BF311E 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 #BF311E 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 #BF311E at work across the surfaces designers actually ship.
:root {
--color-base: #BF311E;
--color-base-rgb: 191 49 30;
--color-base-oklch: oklch(53.2% 0.182 31.0);
--color-50: #FDF3F1;
--color-100: #FADFDB;
--color-200: #F4BFB9;
--color-300: #E79388;
--color-400: #D56B5D;
--color-500: #BB493A;
--color-600: #8E3E33;
--color-700: #65312A;
--color-800: #42231F;
--color-900: #281715;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
mahogany: {
50: '#FDF3F1',
100: '#FADFDB',
200: '#F4BFB9',
300: '#E79388',
400: '#D56B5D',
500: '#BB493A',
600: '#8E3E33',
700: '#65312A',
800: '#42231F',
900: '#281715',
},
}
$base: #BF311E; $base-ink: #FFFFFF; $base-50: #FDF3F1; $base-100: #FADFDB; $base-200: #F4BFB9; $base-300: #E79388; $base-400: #D56B5D; $base-500: #BB493A; $base-600: #8E3E33; $base-700: #65312A; $base-800: #42231F; $base-900: #281715; $base-hover: #982718; $base-subtle: #ECC1BB;
{
"color": {
"base": {
"value": "#BF311E",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF3F1",
"type": "color"
},
"100": {
"value": "#FADFDB",
"type": "color"
},
"200": {
"value": "#F4BFB9",
"type": "color"
},
"300": {
"value": "#E79388",
"type": "color"
},
"400": {
"value": "#D56B5D",
"type": "color"
},
"500": {
"value": "#BB493A",
"type": "color"
},
"600": {
"value": "#8E3E33",
"type": "color"
},
"700": {
"value": "#65312A",
"type": "color"
},
"800": {
"value": "#42231F",
"type": "color"
},
"900": {
"value": "#281715",
"type": "color"
}
}
}
}