#BD271F is a mid-toned, warm orange. On the Color Lab it reads bold and ownable. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #BD271F works with other colors. Named schemes with #BD271F in its natural role, and a note on why the supporting colors balance it.
Firebrick glows at the center of this sunset palette, joined by coral and gold, deepened by a plum anchor and cooled with cream.
Firebrick 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.
Firebrick plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Firebrick sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Firebrick 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 Firebrick carrying the quiet middle.
How #BD271F 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 #BD271F at work across the surfaces designers actually ship.
:root {
--color-base: #BD271F;
--color-base-rgb: 189 39 31;
--color-base-oklch: oklch(52.1% 0.187 28.7);
--color-50: #FDF2F1;
--color-100: #FADDDB;
--color-200: #F3BCB9;
--color-300: #E68E89;
--color-400: #D5635D;
--color-500: #BA413B;
--color-600: #8E3934;
--color-700: #642D2A;
--color-800: #42211F;
--color-900: #281615;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
firebrick: {
50: '#FDF2F1',
100: '#FADDDB',
200: '#F3BCB9',
300: '#E68E89',
400: '#D5635D',
500: '#BA413B',
600: '#8E3934',
700: '#642D2A',
800: '#42211F',
900: '#281615',
},
}
$base: #BD271F; $base-ink: #FFFFFF; $base-50: #FDF2F1; $base-100: #FADDDB; $base-200: #F3BCB9; $base-300: #E68E89; $base-400: #D5635D; $base-500: #BA413B; $base-600: #8E3934; $base-700: #642D2A; $base-800: #42211F; $base-900: #281615; $base-hover: #971F19; $base-subtle: #EBBEBC;
{
"color": {
"base": {
"value": "#BD271F",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2F1",
"type": "color"
},
"100": {
"value": "#FADDDB",
"type": "color"
},
"200": {
"value": "#F3BCB9",
"type": "color"
},
"300": {
"value": "#E68E89",
"type": "color"
},
"400": {
"value": "#D5635D",
"type": "color"
},
"500": {
"value": "#BA413B",
"type": "color"
},
"600": {
"value": "#8E3934",
"type": "color"
},
"700": {
"value": "#642D2A",
"type": "color"
},
"800": {
"value": "#42211F",
"type": "color"
},
"900": {
"value": "#281615",
"type": "color"
}
}
}
}