#DDECA4 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 #DDECA4 works with other colors. Named schemes with #DDECA4 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 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 opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy 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 #DDECA4 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 #DDECA4 at work across the surfaces designers actually ship.
:root {
--color-base: #DDECA4;
--color-base-rgb: 221 236 164;
--color-base-oklch: oklch(91.5% 0.094 117.9);
--color-50: #FAFDF2;
--color-100: #F3F9DD;
--color-200: #E5F1BC;
--color-300: #CFE28E;
--color-400: #B7CF63;
--color-500: #9BB441;
--color-600: #788938;
--color-700: #56622D;
--color-800: #394021;
--color-900: #242716;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
pale-goldenrod: {
50: '#FAFDF2',
100: '#F3F9DD',
200: '#E5F1BC',
300: '#CFE28E',
400: '#B7CF63',
500: '#9BB441',
600: '#788938',
700: '#56622D',
800: '#394021',
900: '#242716',
},
}
$base: #DDECA4; $base-ink: #141310; $base-50: #FAFDF2; $base-100: #F3F9DD; $base-200: #E5F1BC; $base-300: #CFE28E; $base-400: #B7CF63; $base-500: #9BB441; $base-600: #788938; $base-700: #56622D; $base-800: #394021; $base-900: #242716; $base-hover: #C2DD61; $base-subtle: #F3F6E6;
{
"color": {
"base": {
"value": "#DDECA4",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FAFDF2",
"type": "color"
},
"100": {
"value": "#F3F9DD",
"type": "color"
},
"200": {
"value": "#E5F1BC",
"type": "color"
},
"300": {
"value": "#CFE28E",
"type": "color"
},
"400": {
"value": "#B7CF63",
"type": "color"
},
"500": {
"value": "#9BB441",
"type": "color"
},
"600": {
"value": "#788938",
"type": "color"
},
"700": {
"value": "#56622D",
"type": "color"
},
"800": {
"value": "#394021",
"type": "color"
},
"900": {
"value": "#242716",
"type": "color"
}
}
}
}