#E8EFCF 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 #E8EFCF works with other colors. Named schemes with #E8EFCF 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 leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Eggshell opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Eggshell holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown 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 #E8EFCF 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 #E8EFCF at work across the surfaces designers actually ship.
:root {
--color-base: #E8EFCF;
--color-base-rgb: 232 239 207;
--color-base-oklch: oklch(93.8% 0.043 117.3);
--color-50: #FAFCF3;
--color-100: #F1F5E0;
--color-200: #E2EBC2;
--color-300: #CAD897;
--color-400: #B0C270;
--color-500: #93A64E;
--color-600: #738042;
--color-700: #535C33;
--color-800: #373C24;
--color-900: #222518;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
eggshell: {
50: '#FAFCF3',
100: '#F1F5E0',
200: '#E2EBC2',
300: '#CAD897',
400: '#B0C270',
500: '#93A64E',
600: '#738042',
700: '#535C33',
800: '#373C24',
900: '#222518',
},
}
$base: #E8EFCF; $base-ink: #141310; $base-50: #FAFCF3; $base-100: #F1F5E0; $base-200: #E2EBC2; $base-300: #CAD897; $base-400: #B0C270; $base-500: #93A64E; $base-600: #738042; $base-700: #535C33; $base-800: #373C24; $base-900: #222518; $base-hover: #C7D88B; $base-subtle: #F7F9F1;
{
"color": {
"base": {
"value": "#E8EFCF",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FAFCF3",
"type": "color"
},
"100": {
"value": "#F1F5E0",
"type": "color"
},
"200": {
"value": "#E2EBC2",
"type": "color"
},
"300": {
"value": "#CAD897",
"type": "color"
},
"400": {
"value": "#B0C270",
"type": "color"
},
"500": {
"value": "#93A64E",
"type": "color"
},
"600": {
"value": "#738042",
"type": "color"
},
"700": {
"value": "#535C33",
"type": "color"
},
"800": {
"value": "#373C24",
"type": "color"
},
"900": {
"value": "#222518",
"type": "color"
}
}
}
}