#952B60 is a mid-toned, warm red. On the Color Lab it reads clean and engineered, quietly premium. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #952B60 works with other colors. Named schemes with #952B60 in its natural role, and a note on why the supporting colors balance it.
Cranberry 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.
Cranberry plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Cranberry sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
This palette keeps Cranberry as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Cranberry 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 Cranberry carrying the quiet middle.
How #952B60 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 #952B60 at work across the surfaces designers actually ship.
:root {
--color-base: #952B60;
--color-base-rgb: 149 43 96;
--color-base-oklch: oklch(46.7% 0.150 353.8);
--color-50: #FCF3F7;
--color-100: #F6DFEB;
--color-200: #EDC0D6;
--color-300: #DB94B8;
--color-400: #C76B99;
--color-500: #AB4A7A;
--color-600: #833F61;
--color-700: #5E3147;
--color-800: #3E2330;
--color-900: #26171F;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
cranberry: {
50: '#FCF3F7',
100: '#F6DFEB',
200: '#EDC0D6',
300: '#DB94B8',
400: '#C76B99',
500: '#AB4A7A',
600: '#833F61',
700: '#5E3147',
800: '#3E2330',
900: '#26171F',
},
}
$base: #952B60; $base-ink: #FFFFFF; $base-50: #FCF3F7; $base-100: #F6DFEB; $base-200: #EDC0D6; $base-300: #DB94B8; $base-400: #C76B99; $base-500: #AB4A7A; $base-600: #833F61; $base-700: #5E3147; $base-800: #3E2330; $base-900: #26171F; $base-hover: #78234E; $base-subtle: #E3BCD0;
{
"color": {
"base": {
"value": "#952B60",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF3F7",
"type": "color"
},
"100": {
"value": "#F6DFEB",
"type": "color"
},
"200": {
"value": "#EDC0D6",
"type": "color"
},
"300": {
"value": "#DB94B8",
"type": "color"
},
"400": {
"value": "#C76B99",
"type": "color"
},
"500": {
"value": "#AB4A7A",
"type": "color"
},
"600": {
"value": "#833F61",
"type": "color"
},
"700": {
"value": "#5E3147",
"type": "color"
},
"800": {
"value": "#3E2330",
"type": "color"
},
"900": {
"value": "#26171F",
"type": "color"
}
}
}
}