#5E2A4E is a deep, temperate rose. On the Color Lab it reads clean and engineered, with a faded, vintage edge. It reproduces cleanly in print.
Not just a swatch — here's how #5E2A4E works with other colors. Named schemes with #5E2A4E in its natural role, and a note on why the supporting colors balance it.
Byzantium 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 Byzantium as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Byzantium sets a calm, sun-bleached base here, wrapped in bone and paper off-whites and a soft greige, with a single ink accent for wabi-sabi restraint.
Byzantium 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.
Byzantium 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 Byzantium carrying the quiet middle.
How #5E2A4E 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 #5E2A4E at work across the surfaces designers actually ship.
:root {
--color-base: #5E2A4E;
--color-base-rgb: 94 42 78;
--color-base-oklch: oklch(37.0% 0.090 340.5);
--color-50: #FBF4F9;
--color-100: #F3E2EE;
--color-200: #E6C7DC;
--color-300: #D09FC1;
--color-400: #B87AA6;
--color-500: #9C5988;
--color-600: #79496A;
--color-700: #57384E;
--color-800: #3A2734;
--color-900: #241921;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
byzantium: {
50: '#FBF4F9',
100: '#F3E2EE',
200: '#E6C7DC',
300: '#D09FC1',
400: '#B87AA6',
500: '#9C5988',
600: '#79496A',
700: '#57384E',
800: '#3A2734',
900: '#241921',
},
}
$base: #5E2A4E; $base-ink: #FFFFFF; $base-50: #FBF4F9; $base-100: #F3E2EE; $base-200: #E6C7DC; $base-300: #D09FC1; $base-400: #B87AA6; $base-500: #9C5988; $base-600: #79496A; $base-700: #57384E; $base-800: #3A2734; $base-900: #241921; $base-hover: #4C223F; $base-subtle: #D7B7CE;
{
"color": {
"base": {
"value": "#5E2A4E",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FBF4F9",
"type": "color"
},
"100": {
"value": "#F3E2EE",
"type": "color"
},
"200": {
"value": "#E6C7DC",
"type": "color"
},
"300": {
"value": "#D09FC1",
"type": "color"
},
"400": {
"value": "#B87AA6",
"type": "color"
},
"500": {
"value": "#9C5988",
"type": "color"
},
"600": {
"value": "#79496A",
"type": "color"
},
"700": {
"value": "#57384E",
"type": "color"
},
"800": {
"value": "#3A2734",
"type": "color"
},
"900": {
"value": "#241921",
"type": "color"
}
}
}
}