#EAAEB3 is a soft, warm red-orange. It holds up as a large surface and is too pale to lead as a primary accent.
Not just a swatch — here's how #EAAEB3 works with other colors. Named schemes with #EAAEB3 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Light Pink as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Light Pink 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.
Light Pink holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Light Pink opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Light Pink 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 Pink carrying the quiet middle.
How #EAAEB3 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 #EAAEB3 at work across the surfaces designers actually ship.
:root {
--color-base: #EAAEB3;
--color-base-rgb: 234 174 179;
--color-base-oklch: oklch(80.8% 0.071 13.2);
--color-50: #FCF2F3;
--color-100: #F7DEE0;
--color-200: #EEBEC2;
--color-300: #DE9298;
--color-400: #CA6870;
--color-500: #AE464F;
--color-600: #863C42;
--color-700: #5F3034;
--color-800: #3F2225;
--color-900: #271718;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
light-pink: {
50: '#FCF2F3',
100: '#F7DEE0',
200: '#EEBEC2',
300: '#DE9298',
400: '#CA6870',
500: '#AE464F',
600: '#863C42',
700: '#5F3034',
800: '#3F2225',
900: '#271718',
},
}
$base: #EAAEB3; $base-ink: #141310; $base-50: #FCF2F3; $base-100: #F7DEE0; $base-200: #EEBEC2; $base-300: #DE9298; $base-400: #CA6870; $base-500: #AE464F; $base-600: #863C42; $base-700: #5F3034; $base-800: #3F2225; $base-900: #271718; $base-hover: #D96D76; $base-subtle: #F7E9EA;
{
"color": {
"base": {
"value": "#EAAEB3",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF2F3",
"type": "color"
},
"100": {
"value": "#F7DEE0",
"type": "color"
},
"200": {
"value": "#EEBEC2",
"type": "color"
},
"300": {
"value": "#DE9298",
"type": "color"
},
"400": {
"value": "#CA6870",
"type": "color"
},
"500": {
"value": "#AE464F",
"type": "color"
},
"600": {
"value": "#863C42",
"type": "color"
},
"700": {
"value": "#5F3034",
"type": "color"
},
"800": {
"value": "#3F2225",
"type": "color"
},
"900": {
"value": "#271718",
"type": "color"
}
}
}
}