#851978 is a mid-toned, warm pink. 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 #851978 works with other colors. Named schemes with #851978 in its natural role, and a note on why the supporting colors balance it.
Mardi Gras 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.
Mardi Gras plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Mardi Gras sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
This palette keeps Mardi Gras as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Mardi Gras 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 Mardi Gras carrying the quiet middle.
How #851978 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 #851978 at work across the surfaces designers actually ship.
:root {
--color-base: #851978;
--color-base-rgb: 133 25 120;
--color-base-oklch: oklch(43.6% 0.174 333.8);
--color-50: #FDF2FC;
--color-100: #F9DCF6;
--color-200: #F2BBEB;
--color-300: #E38CD9;
--color-400: #D161C4;
--color-500: #B63FA8;
--color-600: #8B3781;
--color-700: #632C5C;
--color-800: #41203D;
--color-900: #281526;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
mardi-gras: {
50: '#FDF2FC',
100: '#F9DCF6',
200: '#F2BBEB',
300: '#E38CD9',
400: '#D161C4',
500: '#B63FA8',
600: '#8B3781',
700: '#632C5C',
800: '#41203D',
900: '#281526',
},
}
$base: #851978; $base-ink: #FFFFFF; $base-50: #FDF2FC; $base-100: #F9DCF6; $base-200: #F2BBEB; $base-300: #E38CD9; $base-400: #D161C4; $base-500: #B63FA8; $base-600: #8B3781; $base-700: #632C5C; $base-800: #41203D; $base-900: #281526; $base-hover: #6A1460; $base-subtle: #E5AFDF;
{
"color": {
"base": {
"value": "#851978",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2FC",
"type": "color"
},
"100": {
"value": "#F9DCF6",
"type": "color"
},
"200": {
"value": "#F2BBEB",
"type": "color"
},
"300": {
"value": "#E38CD9",
"type": "color"
},
"400": {
"value": "#D161C4",
"type": "color"
},
"500": {
"value": "#B63FA8",
"type": "color"
},
"600": {
"value": "#8B3781",
"type": "color"
},
"700": {
"value": "#632C5C",
"type": "color"
},
"800": {
"value": "#41203D",
"type": "color"
},
"900": {
"value": "#281526",
"type": "color"
}
}
}
}