#E9ABB8 is a soft, warm red. It is too pale to lead as a primary accent and reproduces cleanly in print.
Not just a swatch — here's how #E9ABB8 works with other colors. Named schemes with #E9ABB8 in its natural role, and a note on why the supporting colors balance it.
Carnation sets a calm, sun-bleached base here, wrapped in bone and paper off-whites and a soft greige, with a single ink accent for wabi-sabi restraint.
This palette keeps Carnation as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Carnation 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.
Carnation opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Carnation 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 Carnation carrying the quiet middle.
How #E9ABB8 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 #E9ABB8 at work across the surfaces designers actually ship.
:root {
--color-base: #E9ABB8;
--color-base-rgb: 233 171 184;
--color-base-oklch: oklch(80.3% 0.074 5.0);
--color-50: #FCF2F5;
--color-100: #F7DEE4;
--color-200: #EEBFC9;
--color-300: #DD92A2;
--color-400: #C9697E;
--color-500: #AD475D;
--color-600: #853D4C;
--color-700: #5F303A;
--color-800: #3E2329;
--color-900: #26171A;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
carnation: {
50: '#FCF2F5',
100: '#F7DEE4',
200: '#EEBFC9',
300: '#DD92A2',
400: '#C9697E',
500: '#AD475D',
600: '#853D4C',
700: '#5F303A',
800: '#3E2329',
900: '#26171A',
},
}
$base: #E9ABB8; $base-ink: #141310; $base-50: #FCF2F5; $base-100: #F7DEE4; $base-200: #EEBFC9; $base-300: #DD92A2; $base-400: #C9697E; $base-500: #AD475D; $base-600: #853D4C; $base-700: #5F303A; $base-800: #3E2329; $base-900: #26171A; $base-hover: #D86B82; $base-subtle: #F6E8EB;
{
"color": {
"base": {
"value": "#E9ABB8",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF2F5",
"type": "color"
},
"100": {
"value": "#F7DEE4",
"type": "color"
},
"200": {
"value": "#EEBFC9",
"type": "color"
},
"300": {
"value": "#DD92A2",
"type": "color"
},
"400": {
"value": "#C9697E",
"type": "color"
},
"500": {
"value": "#AD475D",
"type": "color"
},
"600": {
"value": "#853D4C",
"type": "color"
},
"700": {
"value": "#5F303A",
"type": "color"
},
"800": {
"value": "#3E2329",
"type": "color"
},
"900": {
"value": "#26171A",
"type": "color"
}
}
}
}