#DEEEE1 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 #DEEEE1 works with other colors. Named schemes with #DEEEE1 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 #DEEEE1 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 #DEEEE1 at work across the surfaces designers actually ship.
:root {
--color-base: #DEEEE1;
--color-base-rgb: 222 238 225;
--color-base-oklch: oklch(93.4% 0.024 151.2);
--color-50: #F5FAF6;
--color-100: #E4F2E6;
--color-200: #C9E3CE;
--color-300: #A3CCAB;
--color-400: #7FB388;
--color-500: #5E9769;
--color-600: #4D7554;
--color-700: #3A543F;
--color-800: #29382C;
--color-900: #1A231C;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
eggshell: {
50: '#F5FAF6',
100: '#E4F2E6',
200: '#C9E3CE',
300: '#A3CCAB',
400: '#7FB388',
500: '#5E9769',
600: '#4D7554',
700: '#3A543F',
800: '#29382C',
900: '#1A231C',
},
}
$base: #DEEEE1; $base-ink: #141310; $base-50: #F5FAF6; $base-100: #E4F2E6; $base-200: #C9E3CE; $base-300: #A3CCAB; $base-400: #7FB388; $base-500: #5E9769; $base-600: #4D7554; $base-700: #3A543F; $base-800: #29382C; $base-900: #1A231C; $base-hover: #A1CEA9; $base-subtle: #F5F9F6;
{
"color": {
"base": {
"value": "#DEEEE1",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F5FAF6",
"type": "color"
},
"100": {
"value": "#E4F2E6",
"type": "color"
},
"200": {
"value": "#C9E3CE",
"type": "color"
},
"300": {
"value": "#A3CCAB",
"type": "color"
},
"400": {
"value": "#7FB388",
"type": "color"
},
"500": {
"value": "#5E9769",
"type": "color"
},
"600": {
"value": "#4D7554",
"type": "color"
},
"700": {
"value": "#3A543F",
"type": "color"
},
"800": {
"value": "#29382C",
"type": "color"
},
"900": {
"value": "#1A231C",
"type": "color"
}
}
}
}