#E0EA8A is a soft, warm green. On the Color Lab it reads organic and grounded. It is too pale to lead as a primary accent and sits well as a supporting tone.
Not just a swatch — here's how #E0EA8A works with other colors. Named schemes with #E0EA8A in its natural role, and a note on why the supporting colors balance it.
This palette keeps Flax as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Flax leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Flax holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Flax opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Flax 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 Flax carrying the quiet middle.
How #E0EA8A 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 #E0EA8A at work across the surfaces designers actually ship.
:root {
--color-base: #E0EA8A;
--color-base-rgb: 224 234 138;
--color-base-oklch: oklch(90.9% 0.120 113.7);
--color-50: #FCFDF1;
--color-100: #F7FADB;
--color-200: #EDF3BA;
--color-300: #DCE58A;
--color-400: #C7D35F;
--color-500: #ACB83D;
--color-600: #848C35;
--color-700: #5E642B;
--color-800: #3E4120;
--color-900: #262815;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
flax: {
50: '#FCFDF1',
100: '#F7FADB',
200: '#EDF3BA',
300: '#DCE58A',
400: '#C7D35F',
500: '#ACB83D',
600: '#848C35',
700: '#5E642B',
800: '#3E4120',
900: '#262815',
},
}
$base: #E0EA8A; $base-ink: #141310; $base-50: #FCFDF1; $base-100: #F7FADB; $base-200: #EDF3BA; $base-300: #DCE58A; $base-400: #C7D35F; $base-500: #ACB83D; $base-600: #848C35; $base-700: #5E642B; $base-800: #3E4120; $base-900: #262815; $base-hover: #D0DF4B; $base-subtle: #F3F5DF;
{
"color": {
"base": {
"value": "#E0EA8A",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCFDF1",
"type": "color"
},
"100": {
"value": "#F7FADB",
"type": "color"
},
"200": {
"value": "#EDF3BA",
"type": "color"
},
"300": {
"value": "#DCE58A",
"type": "color"
},
"400": {
"value": "#C7D35F",
"type": "color"
},
"500": {
"value": "#ACB83D",
"type": "color"
},
"600": {
"value": "#848C35",
"type": "color"
},
"700": {
"value": "#5E642B",
"type": "color"
},
"800": {
"value": "#3E4120",
"type": "color"
},
"900": {
"value": "#262815",
"type": "color"
}
}
}
}