#BF142B is a mid-toned, warm red-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 #BF142B works with other colors. Named schemes with #BF142B in its natural role, and a note on why the supporting colors balance it.
Cardinal glows at the center of this sunset palette, joined by coral and gold, deepened by a plum anchor and cooled with cream.
Cardinal 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.
Cardinal plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Cardinal sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Cardinal 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 Cardinal carrying the quiet middle.
How #BF142B 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 #BF142B at work across the surfaces designers actually ship.
:root {
--color-base: #BF142B;
--color-base-rgb: 191 20 43;
--color-base-oklch: oklch(51.4% 0.198 22.9);
--color-50: #FEF1F2;
--color-100: #FCD9DE;
--color-200: #F7B5BE;
--color-300: #EC8391;
--color-400: #DC5668;
--color-500: #C23346;
--color-600: #932E3C;
--color-700: #68272F;
--color-800: #441D22;
--color-900: #2A1417;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
cardinal: {
50: '#FEF1F2',
100: '#FCD9DE',
200: '#F7B5BE',
300: '#EC8391',
400: '#DC5668',
500: '#C23346',
600: '#932E3C',
700: '#68272F',
800: '#441D22',
900: '#2A1417',
},
}
$base: #BF142B; $base-ink: #FFFFFF; $base-50: #FEF1F2; $base-100: #FCD9DE; $base-200: #F7B5BE; $base-300: #EC8391; $base-400: #DC5668; $base-500: #C23346; $base-600: #932E3C; $base-700: #68272F; $base-800: #441D22; $base-900: #2A1417; $base-hover: #971022; $base-subtle: #EEB6BD;
{
"color": {
"base": {
"value": "#BF142B",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF1F2",
"type": "color"
},
"100": {
"value": "#FCD9DE",
"type": "color"
},
"200": {
"value": "#F7B5BE",
"type": "color"
},
"300": {
"value": "#EC8391",
"type": "color"
},
"400": {
"value": "#DC5668",
"type": "color"
},
"500": {
"value": "#C23346",
"type": "color"
},
"600": {
"value": "#932E3C",
"type": "color"
},
"700": {
"value": "#68272F",
"type": "color"
},
"800": {
"value": "#441D22",
"type": "color"
},
"900": {
"value": "#2A1417",
"type": "color"
}
}
}
}