#DA353B 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 #DA353B works with other colors. Named schemes with #DA353B in its natural role, and a note on why the supporting colors balance it.
Crimson glows at the center of this sunset palette, joined by coral and gold, deepened by a plum anchor and cooled with cream.
Crimson 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.
Crimson plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Crimson sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Crimson 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 Crimson carrying the quiet middle.
How #DA353B 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 #DA353B at work across the surfaces designers actually ship.
:root {
--color-base: #DA353B;
--color-base-rgb: 218 53 59;
--color-base-oklch: oklch(58.7% 0.201 24.3);
--color-50: #FDF2F2;
--color-100: #F9DCDD;
--color-200: #F2BABC;
--color-300: #E48B8E;
--color-400: #D26064;
--color-500: #B73E42;
--color-600: #8C3639;
--color-700: #632C2D;
--color-800: #412021;
--color-900: #281516;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
crimson: {
50: '#FDF2F2',
100: '#F9DCDD',
200: '#F2BABC',
300: '#E48B8E',
400: '#D26064',
500: '#B73E42',
600: '#8C3639',
700: '#632C2D',
800: '#412021',
900: '#281516',
},
}
$base: #DA353B; $base-ink: #FFFFFF; $base-50: #FDF2F2; $base-100: #F9DCDD; $base-200: #F2BABC; $base-300: #E48B8E; $base-400: #D26064; $base-500: #B73E42; $base-600: #8C3639; $base-700: #632C2D; $base-800: #412021; $base-900: #281516; $base-hover: #B72226; $base-subtle: #EEC8C9;
{
"color": {
"base": {
"value": "#DA353B",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2F2",
"type": "color"
},
"100": {
"value": "#F9DCDD",
"type": "color"
},
"200": {
"value": "#F2BABC",
"type": "color"
},
"300": {
"value": "#E48B8E",
"type": "color"
},
"400": {
"value": "#D26064",
"type": "color"
},
"500": {
"value": "#B73E42",
"type": "color"
},
"600": {
"value": "#8C3639",
"type": "color"
},
"700": {
"value": "#632C2D",
"type": "color"
},
"800": {
"value": "#412021",
"type": "color"
},
"900": {
"value": "#281516",
"type": "color"
}
}
}
}