#DDDF60 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 #DDDF60 works with other colors. Named schemes with #DDDF60 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Pear as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Pear leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Pear holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Pear opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Pear 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 Pear carrying the quiet middle.
How #DDDF60 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 #DDDF60 at work across the surfaces designers actually ship.
:root {
--color-base: #DDDF60;
--color-base-rgb: 221 223 96;
--color-base-oklch: oklch(87.8% 0.149 109.9);
--color-50: #FDFDF2;
--color-100: #F8F9DC;
--color-200: #F0F1BB;
--color-300: #E1E28D;
--color-400: #CED062;
--color-500: #B3B540;
--color-600: #898A38;
--color-700: #61622D;
--color-800: #404021;
--color-900: #272816;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
pear: {
50: '#FDFDF2',
100: '#F8F9DC',
200: '#F0F1BB',
300: '#E1E28D',
400: '#CED062',
500: '#B3B540',
600: '#898A38',
700: '#61622D',
800: '#404021',
900: '#272816',
},
}
$base: #DDDF60; $base-ink: #141310; $base-50: #FDFDF2; $base-100: #F8F9DC; $base-200: #F0F1BB; $base-300: #E1E28D; $base-400: #CED062; $base-500: #B3B540; $base-600: #898A38; $base-700: #61622D; $base-800: #404021; $base-900: #272816; $base-hover: #D1D42D; $base-subtle: #F0F1D4;
{
"color": {
"base": {
"value": "#DDDF60",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDFDF2",
"type": "color"
},
"100": {
"value": "#F8F9DC",
"type": "color"
},
"200": {
"value": "#F0F1BB",
"type": "color"
},
"300": {
"value": "#E1E28D",
"type": "color"
},
"400": {
"value": "#CED062",
"type": "color"
},
"500": {
"value": "#B3B540",
"type": "color"
},
"600": {
"value": "#898A38",
"type": "color"
},
"700": {
"value": "#61622D",
"type": "color"
},
"800": {
"value": "#404021",
"type": "color"
},
"900": {
"value": "#272816",
"type": "color"
}
}
}
}