#EEDCEA is a pale, temperate off-white. On the Color Lab it reads clean and engineered, restrained and easy to live with. It holds up as a large surface and is too pale to lead as a primary accent.
Not just a swatch — here's how #EEDCEA works with other colors. Named schemes with #EEDCEA in its natural role, and a note on why the supporting colors balance it.
Lavender 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.
Lavender opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Lavender keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Lavender 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 Lavender carrying the quiet middle.
Lavender sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
How #EEDCEA 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 #EEDCEA at work across the surfaces designers actually ship.
:root {
--color-base: #EEDCEA;
--color-base-rgb: 238 220 234;
--color-base-oklch: oklch(91.3% 0.027 333.3);
--color-50: #FAF4F9;
--color-100: #F2E3EF;
--color-200: #E4C8DE;
--color-300: #CEA1C4;
--color-400: #B67CA9;
--color-500: #995C8C;
--color-600: #774B6D;
--color-700: #56394F;
--color-800: #392835;
--color-900: #231A21;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
lavender: {
50: '#FAF4F9',
100: '#F2E3EF',
200: '#E4C8DE',
300: '#CEA1C4',
400: '#B67CA9',
500: '#995C8C',
600: '#774B6D',
700: '#56394F',
800: '#392835',
900: '#231A21',
},
}
$base: #EEDCEA; $base-ink: #141310; $base-50: #FAF4F9; $base-100: #F2E3EF; $base-200: #E4C8DE; $base-300: #CEA1C4; $base-400: #B67CA9; $base-500: #995C8C; $base-600: #774B6D; $base-700: #56394F; $base-800: #392835; $base-900: #231A21; $base-hover: #D19FC6; $base-subtle: #F9F5F9;
{
"color": {
"base": {
"value": "#EEDCEA",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FAF4F9",
"type": "color"
},
"100": {
"value": "#F2E3EF",
"type": "color"
},
"200": {
"value": "#E4C8DE",
"type": "color"
},
"300": {
"value": "#CEA1C4",
"type": "color"
},
"400": {
"value": "#B67CA9",
"type": "color"
},
"500": {
"value": "#995C8C",
"type": "color"
},
"600": {
"value": "#774B6D",
"type": "color"
},
"700": {
"value": "#56394F",
"type": "color"
},
"800": {
"value": "#392835",
"type": "color"
},
"900": {
"value": "#231A21",
"type": "color"
}
}
}
}