#F4EEAE is a soft, warm green. On the Color Lab it reads organic and grounded. It holds up as a large surface and is too pale to lead as a primary accent.
Not just a swatch — here's how #F4EEAE works with other colors. Named schemes with #F4EEAE in its natural role, and a note on why the supporting colors balance it.
This palette keeps Pale Goldenrod as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Pale Goldenrod 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.
Pale Goldenrod leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Pale Goldenrod holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Pale Goldenrod 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 Pale Goldenrod carrying the quiet middle.
How #F4EEAE 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 #F4EEAE at work across the surfaces designers actually ship.
:root {
--color-base: #F4EEAE;
--color-base-rgb: 244 238 174;
--color-base-oklch: oklch(93.9% 0.082 103.3);
--color-50: #FEFDF1;
--color-100: #FBF8DA;
--color-200: #F5F0B7;
--color-300: #E9E087;
--color-400: #D8CD5A;
--color-500: #BDB237;
--color-600: #908832;
--color-700: #666129;
--color-800: #43401E;
--color-900: #292714;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
pale-goldenrod: {
50: '#FEFDF1',
100: '#FBF8DA',
200: '#F5F0B7',
300: '#E9E087',
400: '#D8CD5A',
500: '#BDB237',
600: '#908832',
700: '#666129',
800: '#43401E',
900: '#292714',
},
}
$base: #F4EEAE; $base-ink: #141310; $base-50: #FEFDF1; $base-100: #FBF8DA; $base-200: #F5F0B7; $base-300: #E9E087; $base-400: #D8CD5A; $base-500: #BDB237; $base-600: #908832; $base-700: #666129; $base-800: #43401E; $base-900: #292714; $base-hover: #EADF65; $base-subtle: #F9F8E9;
{
"color": {
"base": {
"value": "#F4EEAE",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FEFDF1",
"type": "color"
},
"100": {
"value": "#FBF8DA",
"type": "color"
},
"200": {
"value": "#F5F0B7",
"type": "color"
},
"300": {
"value": "#E9E087",
"type": "color"
},
"400": {
"value": "#D8CD5A",
"type": "color"
},
"500": {
"value": "#BDB237",
"type": "color"
},
"600": {
"value": "#908832",
"type": "color"
},
"700": {
"value": "#666129",
"type": "color"
},
"800": {
"value": "#43401E",
"type": "color"
},
"900": {
"value": "#292714",
"type": "color"
}
}
}
}