#CA8DBD is a mid-toned, temperate pink. On the Color Lab it reads clean and engineered, with a faded, vintage edge. It reproduces cleanly in print.
Not just a swatch — here's how #CA8DBD works with other colors. Named schemes with #CA8DBD in its natural role, and a note on why the supporting colors balance it.
This palette keeps Puce as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Puce 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.
Puce opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Puce sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Puce 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 Puce carrying the quiet middle.
How #CA8DBD 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 #CA8DBD at work across the surfaces designers actually ship.
:root {
--color-base: #CA8DBD;
--color-base-rgb: 202 141 189;
--color-base-oklch: oklch(71.9% 0.097 334.4);
--color-50: #FAF4F9;
--color-100: #F3E3EF;
--color-200: #E5C7DF;
--color-300: #CFA0C5;
--color-400: #B87AAA;
--color-500: #9B5A8D;
--color-600: #784A6E;
--color-700: #563850;
--color-800: #392835;
--color-900: #241A21;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
puce: {
50: '#FAF4F9',
100: '#F3E3EF',
200: '#E5C7DF',
300: '#CFA0C5',
400: '#B87AAA',
500: '#9B5A8D',
600: '#784A6E',
700: '#563850',
800: '#392835',
900: '#241A21',
},
}
$base: #CA8DBD; $base-ink: #141310; $base-50: #FAF4F9; $base-100: #F3E3EF; $base-200: #E5C7DF; $base-300: #CFA0C5; $base-400: #B87AAA; $base-500: #9B5A8D; $base-600: #784A6E; $base-700: #563850; $base-800: #392835; $base-900: #241A21; $base-hover: #B45DA1; $base-subtle: #EDDFEA;
{
"color": {
"base": {
"value": "#CA8DBD",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FAF4F9",
"type": "color"
},
"100": {
"value": "#F3E3EF",
"type": "color"
},
"200": {
"value": "#E5C7DF",
"type": "color"
},
"300": {
"value": "#CFA0C5",
"type": "color"
},
"400": {
"value": "#B87AAA",
"type": "color"
},
"500": {
"value": "#9B5A8D",
"type": "color"
},
"600": {
"value": "#784A6E",
"type": "color"
},
"700": {
"value": "#563850",
"type": "color"
},
"800": {
"value": "#392835",
"type": "color"
},
"900": {
"value": "#241A21",
"type": "color"
}
}
}
}