#BD282B 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 #BD282B works with other colors. Named schemes with #BD282B in its natural role, and a note on why the supporting colors balance it.
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.
This palette keeps Cardinal as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
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 #BD282B 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 #BD282B at work across the surfaces designers actually ship.
:root {
--color-base: #BD282B;
--color-base-rgb: 189 40 43;
--color-base-oklch: oklch(52.3% 0.185 25.6);
--color-50: #FDF2F2;
--color-100: #F9DDDD;
--color-200: #F1BCBD;
--color-300: #E28E8F;
--color-400: #CF6365;
--color-500: #B44143;
--color-600: #89383A;
--color-700: #622D2E;
--color-800: #402121;
--color-900: #271616;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
cardinal: {
50: '#FDF2F2',
100: '#F9DDDD',
200: '#F1BCBD',
300: '#E28E8F',
400: '#CF6365',
500: '#B44143',
600: '#89383A',
700: '#622D2E',
800: '#402121',
900: '#271616',
},
}
$base: #BD282B; $base-ink: #FFFFFF; $base-50: #FDF2F2; $base-100: #F9DDDD; $base-200: #F1BCBD; $base-300: #E28E8F; $base-400: #CF6365; $base-500: #B44143; $base-600: #89383A; $base-700: #622D2E; $base-800: #402121; $base-900: #271616; $base-hover: #972022; $base-subtle: #EAC0C1;
{
"color": {
"base": {
"value": "#BD282B",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2F2",
"type": "color"
},
"100": {
"value": "#F9DDDD",
"type": "color"
},
"200": {
"value": "#F1BCBD",
"type": "color"
},
"300": {
"value": "#E28E8F",
"type": "color"
},
"400": {
"value": "#CF6365",
"type": "color"
},
"500": {
"value": "#B44143",
"type": "color"
},
"600": {
"value": "#89383A",
"type": "color"
},
"700": {
"value": "#622D2E",
"type": "color"
},
"800": {
"value": "#402121",
"type": "color"
},
"900": {
"value": "#271616",
"type": "color"
}
}
}
}