#CA447C is a mid-toned, warm red. 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 #CA447C works with other colors. Named schemes with #CA447C 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 #CA447C 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 #CA447C at work across the surfaces designers actually ship.
:root {
--color-base: #CA447C;
--color-base-rgb: 202 68 124;
--color-base-oklch: oklch(58.9% 0.176 358.3);
--color-50: #FCF3F7;
--color-100: #F7DFE9;
--color-200: #EDBFD2;
--color-300: #DC93B2;
--color-400: #C76B91;
--color-500: #AC4972;
--color-600: #843E5B;
--color-700: #5E3144;
--color-800: #3E232E;
--color-900: #26171D;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
mulberry: {
50: '#FCF3F7',
100: '#F7DFE9',
200: '#EDBFD2',
300: '#DC93B2',
400: '#C76B91',
500: '#AC4972',
600: '#843E5B',
700: '#5E3144',
800: '#3E232E',
900: '#26171D',
},
}
$base: #CA447C; $base-ink: #141310; $base-50: #FCF3F7; $base-100: #F7DFE9; $base-200: #EDBFD2; $base-300: #DC93B2; $base-400: #C76B91; $base-500: #AC4972; $base-600: #843E5B; $base-700: #5E3144; $base-800: #3E232E; $base-900: #26171D; $base-hover: #A93062; $base-subtle: #EACCD8;
{
"color": {
"base": {
"value": "#CA447C",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF3F7",
"type": "color"
},
"100": {
"value": "#F7DFE9",
"type": "color"
},
"200": {
"value": "#EDBFD2",
"type": "color"
},
"300": {
"value": "#DC93B2",
"type": "color"
},
"400": {
"value": "#C76B91",
"type": "color"
},
"500": {
"value": "#AC4972",
"type": "color"
},
"600": {
"value": "#843E5B",
"type": "color"
},
"700": {
"value": "#5E3144",
"type": "color"
},
"800": {
"value": "#3E232E",
"type": "color"
},
"900": {
"value": "#26171D",
"type": "color"
}
}
}
}