#8A208A is a mid-toned, temperate pink. On the Color Lab it reads clean and engineered. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #8A208A works with other colors. Named schemes with #8A208A in its natural role, and a note on why the supporting colors balance it.
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 sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
This palette keeps Dark Magenta as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
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 #8A208A 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 #8A208A at work across the surfaces designers actually ship.
:root {
--color-base: #8A208A;
--color-base-rgb: 138 32 138;
--color-base-oklch: oklch(46.0% 0.184 328.1);
--color-50: #FDF2FD;
--color-100: #F8DDF8;
--color-200: #EFBDEF;
--color-300: #E090E0;
--color-400: #CC66CC;
--color-500: #B144B1;
--color-600: #873A87;
--color-700: #602E60;
--color-800: #3F223F;
--color-900: #271627;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
dark-magenta: {
50: '#FDF2FD',
100: '#F8DDF8',
200: '#EFBDEF',
300: '#E090E0',
400: '#CC66CC',
500: '#B144B1',
600: '#873A87',
700: '#602E60',
800: '#3F223F',
900: '#271627',
},
}
$base: #8A208A; $base-ink: #FFFFFF; $base-50: #FDF2FD; $base-100: #F8DDF8; $base-200: #EFBDEF; $base-300: #E090E0; $base-400: #CC66CC; $base-500: #B144B1; $base-600: #873A87; $base-700: #602E60; $base-800: #3F223F; $base-900: #271627; $base-hover: #6D1A6D; $base-subtle: #E4B4E4;
{
"color": {
"base": {
"value": "#8A208A",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2FD",
"type": "color"
},
"100": {
"value": "#F8DDF8",
"type": "color"
},
"200": {
"value": "#EFBDEF",
"type": "color"
},
"300": {
"value": "#E090E0",
"type": "color"
},
"400": {
"value": "#CC66CC",
"type": "color"
},
"500": {
"value": "#B144B1",
"type": "color"
},
"600": {
"value": "#873A87",
"type": "color"
},
"700": {
"value": "#602E60",
"type": "color"
},
"800": {
"value": "#3F223F",
"type": "color"
},
"900": {
"value": "#271627",
"type": "color"
}
}
}
}