#953293 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 #953293 works with other colors. Named schemes with #953293 in its natural role, and a note on why the supporting colors balance it.
Plum 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.
Plum plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Plum sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
This palette keeps Plum as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Plum 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 Plum carrying the quiet middle.
How #953293 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 #953293 at work across the surfaces designers actually ship.
:root {
--color-base: #953293;
--color-base-rgb: 149 50 147;
--color-base-oklch: oklch(49.9% 0.175 328.6);
--color-50: #FCF3FB;
--color-100: #F5E0F5;
--color-200: #EBC2EA;
--color-300: #D897D7;
--color-400: #C270C1;
--color-500: #A64EA5;
--color-600: #80427F;
--color-700: #5C335B;
--color-800: #3C243C;
--color-900: #251825;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
plum: {
50: '#FCF3FB',
100: '#F5E0F5',
200: '#EBC2EA',
300: '#D897D7',
400: '#C270C1',
500: '#A64EA5',
600: '#80427F',
700: '#5C335B',
800: '#3C243C',
900: '#251825',
},
}
$base: #953293; $base-ink: #FFFFFF; $base-50: #FCF3FB; $base-100: #F5E0F5; $base-200: #EBC2EA; $base-300: #D897D7; $base-400: #C270C1; $base-500: #A64EA5; $base-600: #80427F; $base-700: #5C335B; $base-800: #3C243C; $base-900: #251825; $base-hover: #772876; $base-subtle: #E2BFE1;
{
"color": {
"base": {
"value": "#953293",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF3FB",
"type": "color"
},
"100": {
"value": "#F5E0F5",
"type": "color"
},
"200": {
"value": "#EBC2EA",
"type": "color"
},
"300": {
"value": "#D897D7",
"type": "color"
},
"400": {
"value": "#C270C1",
"type": "color"
},
"500": {
"value": "#A64EA5",
"type": "color"
},
"600": {
"value": "#80427F",
"type": "color"
},
"700": {
"value": "#5C335B",
"type": "color"
},
"800": {
"value": "#3C243C",
"type": "color"
},
"900": {
"value": "#251825",
"type": "color"
}
}
}
}