#CB402A 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 #CB402A works with other colors. Named schemes with #CB402A 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 #CB402A 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 #CB402A at work across the surfaces designers actually ship.
:root {
--color-base: #CB402A;
--color-base-rgb: 203 64 42;
--color-base-oklch: oklch(56.9% 0.179 31.7);
--color-50: #FDF3F2;
--color-100: #F9E0DC;
--color-200: #F1C3BB;
--color-300: #E2988D;
--color-400: #D07162;
--color-500: #B55040;
--color-600: #8A4338;
--color-700: #62342D;
--color-800: #402521;
--color-900: #281816;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
mahogany: {
50: '#FDF3F2',
100: '#F9E0DC',
200: '#F1C3BB',
300: '#E2988D',
400: '#D07162',
500: '#B55040',
600: '#8A4338',
700: '#62342D',
800: '#402521',
900: '#281816',
},
}
$base: #CB402A; $base-ink: #FFFFFF; $base-50: #FDF3F2; $base-100: #F9E0DC; $base-200: #F1C3BB; $base-300: #E2988D; $base-400: #D07162; $base-500: #B55040; $base-600: #8A4338; $base-700: #62342D; $base-800: #402521; $base-900: #281816; $base-hover: #A33321; $base-subtle: #EBC9C3;
{
"color": {
"base": {
"value": "#CB402A",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF3F2",
"type": "color"
},
"100": {
"value": "#F9E0DC",
"type": "color"
},
"200": {
"value": "#F1C3BB",
"type": "color"
},
"300": {
"value": "#E2988D",
"type": "color"
},
"400": {
"value": "#D07162",
"type": "color"
},
"500": {
"value": "#B55040",
"type": "color"
},
"600": {
"value": "#8A4338",
"type": "color"
},
"700": {
"value": "#62342D",
"type": "color"
},
"800": {
"value": "#402521",
"type": "color"
},
"900": {
"value": "#281816",
"type": "color"
}
}
}
}