#DD96BD is a soft, warm rose. 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 #DD96BD works with other colors. Named schemes with #DD96BD in its natural role, and a note on why the supporting colors balance it.
This palette keeps Lilac as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Lilac 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.
Lilac opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Lilac sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Lilac 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 Lilac carrying the quiet middle.
How #DD96BD 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 #DD96BD at work across the surfaces designers actually ship.
:root {
--color-base: #DD96BD;
--color-base-rgb: 221 150 189;
--color-base-oklch: oklch(75.5% 0.098 345.6);
--color-50: #FCF3F8;
--color-100: #F6E0EC;
--color-200: #EBC1D8;
--color-300: #D997BB;
--color-400: #C36F9D;
--color-500: #A74E7F;
--color-600: #814164;
--color-700: #5C3349;
--color-800: #3D2432;
--color-900: #26181F;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
lilac: {
50: '#FCF3F8',
100: '#F6E0EC',
200: '#EBC1D8',
300: '#D997BB',
400: '#C36F9D',
500: '#A74E7F',
600: '#814164',
700: '#5C3349',
800: '#3D2432',
900: '#26181F',
},
}
$base: #DD96BD; $base-ink: #141310; $base-50: #FCF3F8; $base-100: #F6E0EC; $base-200: #EBC1D8; $base-300: #D997BB; $base-400: #C36F9D; $base-500: #A74E7F; $base-600: #814164; $base-700: #5C3349; $base-800: #3D2432; $base-900: #26181F; $base-hover: #CB5F9A; $base-subtle: #F2E2EB;
{
"color": {
"base": {
"value": "#DD96BD",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF3F8",
"type": "color"
},
"100": {
"value": "#F6E0EC",
"type": "color"
},
"200": {
"value": "#EBC1D8",
"type": "color"
},
"300": {
"value": "#D997BB",
"type": "color"
},
"400": {
"value": "#C36F9D",
"type": "color"
},
"500": {
"value": "#A74E7F",
"type": "color"
},
"600": {
"value": "#814164",
"type": "color"
},
"700": {
"value": "#5C3349",
"type": "color"
},
"800": {
"value": "#3D2432",
"type": "color"
},
"900": {
"value": "#26181F",
"type": "color"
}
}
}
}