#DE92B8 is a mid-toned, warm red. 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 #DE92B8 works with other colors. Named schemes with #DE92B8 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 #DE92B8 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 #DE92B8 at work across the surfaces designers actually ship.
:root {
--color-base: #DE92B8;
--color-base-rgb: 222 146 184;
--color-base-oklch: oklch(74.7% 0.103 348.5);
--color-50: #FCF3F7;
--color-100: #F6DFEB;
--color-200: #ECC0D6;
--color-300: #DA95B8;
--color-400: #C66C99;
--color-500: #AA4B7A;
--color-600: #833F61;
--color-700: #5D3247;
--color-800: #3D2330;
--color-900: #26171F;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
lilac: {
50: '#FCF3F7',
100: '#F6DFEB',
200: '#ECC0D6',
300: '#DA95B8',
400: '#C66C99',
500: '#AA4B7A',
600: '#833F61',
700: '#5D3247',
800: '#3D2330',
900: '#26171F',
},
}
$base: #DE92B8; $base-ink: #141310; $base-50: #FCF3F7; $base-100: #F6DFEB; $base-200: #ECC0D6; $base-300: #DA95B8; $base-400: #C66C99; $base-500: #AA4B7A; $base-600: #833F61; $base-700: #5D3247; $base-800: #3D2330; $base-900: #26171F; $base-hover: #CD5893; $base-subtle: #F2E1EA;
{
"color": {
"base": {
"value": "#DE92B8",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF3F7",
"type": "color"
},
"100": {
"value": "#F6DFEB",
"type": "color"
},
"200": {
"value": "#ECC0D6",
"type": "color"
},
"300": {
"value": "#DA95B8",
"type": "color"
},
"400": {
"value": "#C66C99",
"type": "color"
},
"500": {
"value": "#AA4B7A",
"type": "color"
},
"600": {
"value": "#833F61",
"type": "color"
},
"700": {
"value": "#5D3247",
"type": "color"
},
"800": {
"value": "#3D2330",
"type": "color"
},
"900": {
"value": "#26171F",
"type": "color"
}
}
}
}