#830387 is a mid-toned, temperate pink. On the Color Lab it reads clean and engineered, bold and ownable. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #830387 works with other colors. Named schemes with #830387 in its natural role, and a note on why the supporting colors balance it.
Mardi Gras sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Mardi Gras glows at the center of this sunset palette, joined by coral and gold, deepened by a plum anchor and cooled with cream.
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 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 #830387 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 #830387 at work across the surfaces designers actually ship.
:root {
--color-base: #830387;
--color-base-rgb: 131 3 135;
--color-base-oklch: oklch(43.2% 0.198 326.8);
--color-50: #FEF0FE;
--color-100: #FCD8FD;
--color-200: #F9B1FC;
--color-300: #F17AF6;
--color-400: #E34AE8;
--color-500: #C926CF;
--color-600: #99259D;
--color-700: #6C216E;
--color-800: #461948;
--color-900: #2B122C;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
mardi-gras: {
50: '#FEF0FE',
100: '#FCD8FD',
200: '#F9B1FC',
300: '#F17AF6',
400: '#E34AE8',
500: '#C926CF',
600: '#99259D',
700: '#6C216E',
800: '#461948',
900: '#2B122C',
},
}
$base: #830387; $base-ink: #FFFFFF; $base-50: #FEF0FE; $base-100: #FCD8FD; $base-200: #F9B1FC; $base-300: #F17AF6; $base-400: #E34AE8; $base-500: #C926CF; $base-600: #99259D; $base-700: #6C216E; $base-800: #461948; $base-900: #2B122C; $base-hover: #68026C; $base-subtle: #ED9EF0;
{
"color": {
"base": {
"value": "#830387",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF0FE",
"type": "color"
},
"100": {
"value": "#FCD8FD",
"type": "color"
},
"200": {
"value": "#F9B1FC",
"type": "color"
},
"300": {
"value": "#F17AF6",
"type": "color"
},
"400": {
"value": "#E34AE8",
"type": "color"
},
"500": {
"value": "#C926CF",
"type": "color"
},
"600": {
"value": "#99259D",
"type": "color"
},
"700": {
"value": "#6C216E",
"type": "color"
},
"800": {
"value": "#461948",
"type": "color"
},
"900": {
"value": "#2B122C",
"type": "color"
}
}
}
}