#ECEFD4 is a pale, temperate off-white. On the Color Lab it reads 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 #ECEFD4 works with other colors. Named schemes with #ECEFD4 in its natural role, and a note on why the supporting colors balance it.
Eggshell 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.
Eggshell opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Eggshell leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Eggshell keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Eggshell 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 Eggshell carrying the quiet middle.
How #ECEFD4 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 #ECEFD4 at work across the surfaces designers actually ship.
:root {
--color-base: #ECEFD4;
--color-base-rgb: 236 239 212;
--color-base-oklch: oklch(94.3% 0.036 112.2);
--color-50: #FAFBF3;
--color-100: #F2F5E1;
--color-200: #E5E9C4;
--color-300: #CED59A;
--color-400: #B6BF73;
--color-500: #99A352;
--color-600: #777E44;
--color-700: #565A35;
--color-800: #393C25;
--color-900: #232518;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
eggshell: {
50: '#FAFBF3',
100: '#F2F5E1',
200: '#E5E9C4',
300: '#CED59A',
400: '#B6BF73',
500: '#99A352',
600: '#777E44',
700: '#565A35',
800: '#393C25',
900: '#232518',
},
}
$base: #ECEFD4; $base-ink: #141310; $base-50: #FAFBF3; $base-100: #F2F5E1; $base-200: #E5E9C4; $base-300: #CED59A; $base-400: #B6BF73; $base-500: #99A352; $base-600: #777E44; $base-700: #565A35; $base-800: #393C25; $base-900: #232518; $base-hover: #CED691; $base-subtle: #F8F9F3;
{
"color": {
"base": {
"value": "#ECEFD4",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FAFBF3",
"type": "color"
},
"100": {
"value": "#F2F5E1",
"type": "color"
},
"200": {
"value": "#E5E9C4",
"type": "color"
},
"300": {
"value": "#CED59A",
"type": "color"
},
"400": {
"value": "#B6BF73",
"type": "color"
},
"500": {
"value": "#99A352",
"type": "color"
},
"600": {
"value": "#777E44",
"type": "color"
},
"700": {
"value": "#565A35",
"type": "color"
},
"800": {
"value": "#393C25",
"type": "color"
},
"900": {
"value": "#232518",
"type": "color"
}
}
}
}