#960A8A is a mid-toned, warm pink. On the Color Lab it reads clean and engineered, bold and ownable. It carries a legible label as a UI accent and sits well as a supporting tone.
Not just a swatch — here's how #960A8A works with other colors. Named schemes with #960A8A in its natural role, and a note on why the supporting colors balance it.
Dark Magenta sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Dark Magenta glows at the center of this sunset palette, joined by coral and gold, deepened by a plum anchor and cooled with cream.
Dark Magenta 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.
Dark Magenta plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Dark Magenta 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 Dark Magenta carrying the quiet middle.
How #960A8A 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 #960A8A at work across the surfaces designers actually ship.
:root {
--color-base: #960A8A;
--color-base-rgb: 150 10 138;
--color-base-oklch: oklch(46.8% 0.205 332.7);
--color-50: #FEF0FD;
--color-100: #FDD8FA;
--color-200: #FAB2F4;
--color-300: #F07FE7;
--color-400: #E250D6;
--color-500: #C82DBB;
--color-600: #982A8F;
--color-700: #6B2465;
--color-800: #461B42;
--color-900: #2B1329;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
dark-magenta: {
50: '#FEF0FD',
100: '#FDD8FA',
200: '#FAB2F4',
300: '#F07FE7',
400: '#E250D6',
500: '#C82DBB',
600: '#982A8F',
700: '#6B2465',
800: '#461B42',
900: '#2B1329',
},
}
$base: #960A8A; $base-ink: #FFFFFF; $base-50: #FEF0FD; $base-100: #FDD8FA; $base-200: #FAB2F4; $base-300: #F07FE7; $base-400: #E250D6; $base-500: #C82DBB; $base-600: #982A8F; $base-700: #6B2465; $base-800: #461B42; $base-900: #2B1329; $base-hover: #77086E; $base-subtle: #EEA7E8;
{
"color": {
"base": {
"value": "#960A8A",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF0FD",
"type": "color"
},
"100": {
"value": "#FDD8FA",
"type": "color"
},
"200": {
"value": "#FAB2F4",
"type": "color"
},
"300": {
"value": "#F07FE7",
"type": "color"
},
"400": {
"value": "#E250D6",
"type": "color"
},
"500": {
"value": "#C82DBB",
"type": "color"
},
"600": {
"value": "#982A8F",
"type": "color"
},
"700": {
"value": "#6B2465",
"type": "color"
},
"800": {
"value": "#461B42",
"type": "color"
},
"900": {
"value": "#2B1329",
"type": "color"
}
}
}
}