#97207E is a mid-toned, warm rose. 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 #97207E works with other colors. Named schemes with #97207E 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 #97207E 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 #97207E at work across the surfaces designers actually ship.
:root {
--color-base: #97207E;
--color-base-rgb: 151 32 126;
--color-base-oklch: oklch(47.4% 0.182 338.3);
--color-50: #FDF2FA;
--color-100: #F9DDF3;
--color-200: #F1BCE5;
--color-300: #E28ECF;
--color-400: #CF63B7;
--color-500: #B4419B;
--color-600: #893878;
--color-700: #622D56;
--color-800: #402139;
--color-900: #271624;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
dark-magenta: {
50: '#FDF2FA',
100: '#F9DDF3',
200: '#F1BCE5',
300: '#E28ECF',
400: '#CF63B7',
500: '#B4419B',
600: '#893878',
700: '#622D56',
800: '#402139',
900: '#271624',
},
}
$base: #97207E; $base-ink: #FFFFFF; $base-50: #FDF2FA; $base-100: #F9DDF3; $base-200: #F1BCE5; $base-300: #E28ECF; $base-400: #CF63B7; $base-500: #B4419B; $base-600: #893878; $base-700: #622D56; $base-800: #402139; $base-900: #271624; $base-hover: #791A64; $base-subtle: #E6B6DC;
{
"color": {
"base": {
"value": "#97207E",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2FA",
"type": "color"
},
"100": {
"value": "#F9DDF3",
"type": "color"
},
"200": {
"value": "#F1BCE5",
"type": "color"
},
"300": {
"value": "#E28ECF",
"type": "color"
},
"400": {
"value": "#CF63B7",
"type": "color"
},
"500": {
"value": "#B4419B",
"type": "color"
},
"600": {
"value": "#893878",
"type": "color"
},
"700": {
"value": "#622D56",
"type": "color"
},
"800": {
"value": "#402139",
"type": "color"
},
"900": {
"value": "#271624",
"type": "color"
}
}
}
}