#E9869B is a mid-toned, warm red. It reproduces cleanly in print.
Not just a swatch — here's how #E9869B works with other colors. Named schemes with #E9869B in its natural role, and a note on why the supporting colors balance it.
This palette keeps Light Coral as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Light Coral holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Light Coral opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Light Coral sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Light Coral 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 Light Coral carrying the quiet middle.
How #E9869B 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 #E9869B at work across the surfaces designers actually ship.
:root {
--color-base: #E9869B;
--color-base-rgb: 233 134 155;
--color-base-oklch: oklch(73.2% 0.123 6.9);
--color-50: #FDF2F4;
--color-100: #F9DCE2;
--color-200: #F2BAC6;
--color-300: #E48B9E;
--color-400: #D26079;
--color-500: #B73E58;
--color-600: #8C3649;
--color-700: #632C38;
--color-800: #412027;
--color-900: #281519;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
light-coral: {
50: '#FDF2F4',
100: '#F9DCE2',
200: '#F2BAC6',
300: '#E48B9E',
400: '#D26079',
500: '#B73E58',
600: '#8C3649',
700: '#632C38',
800: '#412027',
900: '#281519',
},
}
$base: #E9869B; $base-ink: #141310; $base-50: #FDF2F4; $base-100: #F9DCE2; $base-200: #F2BAC6; $base-300: #E48B9E; $base-400: #D26079; $base-500: #B73E58; $base-600: #8C3649; $base-700: #632C38; $base-800: #412027; $base-900: #281519; $base-hover: #DD4869; $base-subtle: #F5DEE3;
{
"color": {
"base": {
"value": "#E9869B",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2F4",
"type": "color"
},
"100": {
"value": "#F9DCE2",
"type": "color"
},
"200": {
"value": "#F2BAC6",
"type": "color"
},
"300": {
"value": "#E48B9E",
"type": "color"
},
"400": {
"value": "#D26079",
"type": "color"
},
"500": {
"value": "#B73E58",
"type": "color"
},
"600": {
"value": "#8C3649",
"type": "color"
},
"700": {
"value": "#632C38",
"type": "color"
},
"800": {
"value": "#412027",
"type": "color"
},
"900": {
"value": "#281519",
"type": "color"
}
}
}
}