#E4E381 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 reproduces cleanly in print.
Not just a swatch — here's how #E4E381 works with other colors. Named schemes with #E4E381 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 #E4E381 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 #E4E381 at work across the surfaces designers actually ship.
:root {
--color-base: #E4E381;
--color-base-rgb: 228 227 129;
--color-base-oklch: oklch(89.6% 0.121 108.1);
--color-50: #FDFDF2;
--color-100: #F9F8DD;
--color-200: #F1F0BC;
--color-300: #E2E08E;
--color-400: #CFCD63;
--color-500: #B4B241;
--color-600: #898838;
--color-700: #62612D;
--color-800: #404021;
--color-900: #272716;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
flax: {
50: '#FDFDF2',
100: '#F9F8DD',
200: '#F1F0BC',
300: '#E2E08E',
400: '#CFCD63',
500: '#B4B241',
600: '#898838',
700: '#62612D',
800: '#404021',
900: '#272716',
},
}
$base: #E4E381; $base-ink: #141310; $base-50: #FDFDF2; $base-100: #F9F8DD; $base-200: #F1F0BC; $base-300: #E2E08E; $base-400: #CFCD63; $base-500: #B4B241; $base-600: #898838; $base-700: #62612D; $base-800: #404021; $base-900: #272716; $base-hover: #D8D546; $base-subtle: #F3F3DD;
{
"color": {
"base": {
"value": "#E4E381",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDFDF2",
"type": "color"
},
"100": {
"value": "#F9F8DD",
"type": "color"
},
"200": {
"value": "#F1F0BC",
"type": "color"
},
"300": {
"value": "#E2E08E",
"type": "color"
},
"400": {
"value": "#CFCD63",
"type": "color"
},
"500": {
"value": "#B4B241",
"type": "color"
},
"600": {
"value": "#898838",
"type": "color"
},
"700": {
"value": "#62612D",
"type": "color"
},
"800": {
"value": "#404021",
"type": "color"
},
"900": {
"value": "#272716",
"type": "color"
}
}
}
}