#CC4DA0 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 #CC4DA0 works with other colors. Named schemes with #CC4DA0 in its natural role, and a note on why the supporting colors balance it.
Mulberry 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.
Mulberry plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Mulberry sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
This palette keeps Mulberry as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Mulberry 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 Mulberry carrying the quiet middle.
How #CC4DA0 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 #CC4DA0 at work across the surfaces designers actually ship.
:root {
--color-base: #CC4DA0;
--color-base-rgb: 204 77 160;
--color-base-oklch: oklch(61.6% 0.184 343.8);
--color-50: #FCF3F9;
--color-100: #F6DFEE;
--color-200: #EDC0DD;
--color-300: #DB94C2;
--color-400: #C76BA7;
--color-500: #AB4A89;
--color-600: #833F6B;
--color-700: #5E314E;
--color-800: #3E2334;
--color-900: #261721;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
mulberry: {
50: '#FCF3F9',
100: '#F6DFEE',
200: '#EDC0DD',
300: '#DB94C2',
400: '#C76BA7',
500: '#AB4A89',
600: '#833F6B',
700: '#5E314E',
800: '#3E2334',
900: '#261721',
},
}
$base: #CC4DA0; $base-ink: #141310; $base-50: #FCF3F9; $base-100: #F6DFEE; $base-200: #EDC0DD; $base-300: #DB94C2; $base-400: #C76BA7; $base-500: #AB4A89; $base-600: #833F6B; $base-700: #5E314E; $base-800: #3E2334; $base-900: #261721; $base-hover: #AE3283; $base-subtle: #EBCEE1;
{
"color": {
"base": {
"value": "#CC4DA0",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF3F9",
"type": "color"
},
"100": {
"value": "#F6DFEE",
"type": "color"
},
"200": {
"value": "#EDC0DD",
"type": "color"
},
"300": {
"value": "#DB94C2",
"type": "color"
},
"400": {
"value": "#C76BA7",
"type": "color"
},
"500": {
"value": "#AB4A89",
"type": "color"
},
"600": {
"value": "#833F6B",
"type": "color"
},
"700": {
"value": "#5E314E",
"type": "color"
},
"800": {
"value": "#3E2334",
"type": "color"
},
"900": {
"value": "#261721",
"type": "color"
}
}
}
}