#78065E is a deep, warm rose. 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 #78065E works with other colors. Named schemes with #78065E 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 #78065E 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 #78065E at work across the surfaces designers actually ship.
:root {
--color-base: #78065E;
--color-base-rgb: 120 6 94;
--color-base-oklch: oklch(38.9% 0.163 340.8);
--color-50: #FEF0FB;
--color-100: #FDD8F5;
--color-200: #FBB2EA;
--color-300: #F27ED7;
--color-400: #E34FC1;
--color-500: #CA2BA5;
--color-600: #99297F;
--color-700: #6C235B;
--color-800: #461B3C;
--color-900: #2B1225;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
byzantium: {
50: '#FEF0FB',
100: '#FDD8F5',
200: '#FBB2EA',
300: '#F27ED7',
400: '#E34FC1',
500: '#CA2BA5',
600: '#99297F',
700: '#6C235B',
800: '#461B3C',
900: '#2B1225',
},
}
$base: #78065E; $base-ink: #FFFFFF; $base-50: #FEF0FB; $base-100: #FDD8F5; $base-200: #FBB2EA; $base-300: #F27ED7; $base-400: #E34FC1; $base-500: #CA2BA5; $base-600: #99297F; $base-700: #6C235B; $base-800: #461B3C; $base-900: #2B1225; $base-hover: #61054B; $base-subtle: #ED9EDB;
{
"color": {
"base": {
"value": "#78065E",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF0FB",
"type": "color"
},
"100": {
"value": "#FDD8F5",
"type": "color"
},
"200": {
"value": "#FBB2EA",
"type": "color"
},
"300": {
"value": "#F27ED7",
"type": "color"
},
"400": {
"value": "#E34FC1",
"type": "color"
},
"500": {
"value": "#CA2BA5",
"type": "color"
},
"600": {
"value": "#99297F",
"type": "color"
},
"700": {
"value": "#6C235B",
"type": "color"
},
"800": {
"value": "#461B3C",
"type": "color"
},
"900": {
"value": "#2B1225",
"type": "color"
}
}
}
}