#780A2F is a deep, warm red. On the Color Lab it reads quietly premium. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #780A2F works with other colors. Named schemes with #780A2F in its natural role, and a note on why the supporting colors balance it.
This palette keeps Burgundy as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Burgundy 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.
Burgundy plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Burgundy 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 Burgundy.
Burgundy 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 Burgundy carrying the quiet middle.
How #780A2F 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 #780A2F at work across the surfaces designers actually ship.
:root {
--color-base: #780A2F;
--color-base-rgb: 120 10 47;
--color-base-oklch: oklch(37.2% 0.141 9.8);
--color-50: #FEF0F5;
--color-100: #FDD8E4;
--color-200: #F9B4CB;
--color-300: #EE81A5;
--color-400: #DF5382;
--color-500: #C53061;
--color-600: #962C4F;
--color-700: #6A253C;
--color-800: #451C2A;
--color-900: #2A131B;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
burgundy: {
50: '#FEF0F5',
100: '#FDD8E4',
200: '#F9B4CB',
300: '#EE81A5',
400: '#DF5382',
500: '#C53061',
600: '#962C4F',
700: '#6A253C',
800: '#451C2A',
900: '#2A131B',
},
}
$base: #780A2F; $base-ink: #FFFFFF; $base-50: #FEF0F5; $base-100: #FDD8E4; $base-200: #F9B4CB; $base-300: #EE81A5; $base-400: #DF5382; $base-500: #C53061; $base-600: #962C4F; $base-700: #6A253C; $base-800: #451C2A; $base-900: #2A131B; $base-hover: #5E0825; $base-subtle: #EBA1B9;
{
"color": {
"base": {
"value": "#780A2F",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF0F5",
"type": "color"
},
"100": {
"value": "#FDD8E4",
"type": "color"
},
"200": {
"value": "#F9B4CB",
"type": "color"
},
"300": {
"value": "#EE81A5",
"type": "color"
},
"400": {
"value": "#DF5382",
"type": "color"
},
"500": {
"value": "#C53061",
"type": "color"
},
"600": {
"value": "#962C4F",
"type": "color"
},
"700": {
"value": "#6A253C",
"type": "color"
},
"800": {
"value": "#451C2A",
"type": "color"
},
"900": {
"value": "#2A131B",
"type": "color"
}
}
}
}