#BD183F 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 #BD183F works with other colors. Named schemes with #BD183F in its natural role, and a note on why the supporting colors balance it.
Viva Magenta glows at the center of this sunset palette, joined by coral and gold, deepened by a plum anchor and cooled with cream.
Viva Magenta 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.
Viva Magenta plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Viva Magenta sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Viva Magenta 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 Viva Magenta carrying the quiet middle.
How #BD183F 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 #BD183F at work across the surfaces designers actually ship.
:root {
--color-base: #BD183F;
--color-base-rgb: 189 24 63;
--color-base-oklch: oklch(51.6% 0.194 16.2);
--color-50: #FEF1F4;
--color-100: #FBDAE2;
--color-200: #F5B7C6;
--color-300: #E9869D;
--color-400: #D95977;
--color-500: #BE3756;
--color-600: #913147;
--color-700: #662837;
--color-800: #431E27;
--color-900: #291419;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
viva-magenta: {
50: '#FEF1F4',
100: '#FBDAE2',
200: '#F5B7C6',
300: '#E9869D',
400: '#D95977',
500: '#BE3756',
600: '#913147',
700: '#662837',
800: '#431E27',
900: '#291419',
},
}
$base: #BD183F; $base-ink: #FFFFFF; $base-50: #FEF1F4; $base-100: #FBDAE2; $base-200: #F5B7C6; $base-300: #E9869D; $base-400: #D95977; $base-500: #BE3756; $base-600: #913147; $base-700: #662837; $base-800: #431E27; $base-900: #291419; $base-hover: #981432; $base-subtle: #EDB9C5;
{
"color": {
"base": {
"value": "#BD183F",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF1F4",
"type": "color"
},
"100": {
"value": "#FBDAE2",
"type": "color"
},
"200": {
"value": "#F5B7C6",
"type": "color"
},
"300": {
"value": "#E9869D",
"type": "color"
},
"400": {
"value": "#D95977",
"type": "color"
},
"500": {
"value": "#BE3756",
"type": "color"
},
"600": {
"value": "#913147",
"type": "color"
},
"700": {
"value": "#662837",
"type": "color"
},
"800": {
"value": "#431E27",
"type": "color"
},
"900": {
"value": "#291419",
"type": "color"
}
}
}
}