#5D1024 is a deep, warm red. On the Color Lab it reads organic and grounded, quietly premium. It reproduces cleanly in print.
Not just a swatch — here's how #5D1024 works with other colors. Named schemes with #5D1024 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Rosewood as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Rosewood carries the depth in this luxury scheme, offset by a brass accent and near-black and held together by a deep neutral and an off-white surface.
Rosewood plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Rosewood adds the colour to this moody editorial scheme — charcoal and a mid-grey around it, a bone highlight, and a muted jewel accent drawn from Rosewood.
Rosewood 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 Rosewood carrying the quiet middle.
How #5D1024 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 #5D1024 at work across the surfaces designers actually ship.
:root {
--color-base: #5D1024;
--color-base-rgb: 93 16 36;
--color-base-oklch: oklch(31.9% 0.109 11.4);
--color-50: #FDF1F5;
--color-100: #FADBE3;
--color-200: #F3B9C9;
--color-300: #E58AA2;
--color-400: #D45E7E;
--color-500: #B93C5D;
--color-600: #8D354C;
--color-700: #642B3A;
--color-800: #421F28;
--color-900: #28151A;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
rosewood: {
50: '#FDF1F5',
100: '#FADBE3',
200: '#F3B9C9',
300: '#E58AA2',
400: '#D45E7E',
500: '#B93C5D',
600: '#8D354C',
700: '#642B3A',
800: '#421F28',
900: '#28151A',
},
}
$base: #5D1024; $base-ink: #FFFFFF; $base-50: #FDF1F5; $base-100: #FADBE3; $base-200: #F3B9C9; $base-300: #E58AA2; $base-400: #D45E7E; $base-500: #B93C5D; $base-600: #8D354C; $base-700: #642B3A; $base-800: #421F28; $base-900: #28151A; $base-hover: #490C1D; $base-subtle: #E3A2B3;
{
"color": {
"base": {
"value": "#5D1024",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF1F5",
"type": "color"
},
"100": {
"value": "#FADBE3",
"type": "color"
},
"200": {
"value": "#F3B9C9",
"type": "color"
},
"300": {
"value": "#E58AA2",
"type": "color"
},
"400": {
"value": "#D45E7E",
"type": "color"
},
"500": {
"value": "#B93C5D",
"type": "color"
},
"600": {
"value": "#8D354C",
"type": "color"
},
"700": {
"value": "#642B3A",
"type": "color"
},
"800": {
"value": "#421F28",
"type": "color"
},
"900": {
"value": "#28151A",
"type": "color"
}
}
}
}