#791E4E is a mid-toned, warm red. On the Color Lab it reads clean and engineered, quietly premium. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #791E4E works with other colors. Named schemes with #791E4E in its natural role, and a note on why the supporting colors balance it.
Byzantium 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.
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.
Byzantium sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
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 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 #791E4E 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 #791E4E at work across the surfaces designers actually ship.
:root {
--color-base: #791E4E;
--color-base-rgb: 121 30 78;
--color-base-oklch: oklch(39.9% 0.133 352.6);
--color-50: #FCF2F8;
--color-100: #F8DEEB;
--color-200: #EFBED8;
--color-300: #DE91BA;
--color-400: #CB679C;
--color-500: #AF467E;
--color-600: #863C63;
--color-700: #602F49;
--color-800: #3F2231;
--color-900: #27161F;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
byzantium: {
50: '#FCF2F8',
100: '#F8DEEB',
200: '#EFBED8',
300: '#DE91BA',
400: '#CB679C',
500: '#AF467E',
600: '#863C63',
700: '#602F49',
800: '#3F2231',
900: '#27161F',
},
}
$base: #791E4E; $base-ink: #FFFFFF; $base-50: #FCF2F8; $base-100: #F8DEEB; $base-200: #EFBED8; $base-300: #DE91BA; $base-400: #CB679C; $base-500: #AF467E; $base-600: #863C63; $base-700: #602F49; $base-800: #3F2231; $base-900: #27161F; $base-hover: #621840; $base-subtle: #E2B1CB;
{
"color": {
"base": {
"value": "#791E4E",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF2F8",
"type": "color"
},
"100": {
"value": "#F8DEEB",
"type": "color"
},
"200": {
"value": "#EFBED8",
"type": "color"
},
"300": {
"value": "#DE91BA",
"type": "color"
},
"400": {
"value": "#CB679C",
"type": "color"
},
"500": {
"value": "#AF467E",
"type": "color"
},
"600": {
"value": "#863C63",
"type": "color"
},
"700": {
"value": "#602F49",
"type": "color"
},
"800": {
"value": "#3F2231",
"type": "color"
},
"900": {
"value": "#27161F",
"type": "color"
}
}
}
}