#DFD367 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 #DFD367 works with other colors. Named schemes with #DFD367 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 #DFD367 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 #DFD367 at work across the surfaces designers actually ship.
:root {
--color-base: #DFD367;
--color-base-rgb: 223 211 103;
--color-base-oklch: oklch(85.5% 0.130 103.0);
--color-50: #FDFCF2;
--color-100: #F9F6DD;
--color-200: #F1EBBC;
--color-300: #E2D98E;
--color-400: #CFC463;
--color-500: #B4A841;
--color-600: #898138;
--color-700: #625C2D;
--color-800: #403D21;
--color-900: #272616;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
flax: {
50: '#FDFCF2',
100: '#F9F6DD',
200: '#F1EBBC',
300: '#E2D98E',
400: '#CFC463',
500: '#B4A841',
600: '#898138',
700: '#625C2D',
800: '#403D21',
900: '#272616',
},
}
$base: #DFD367; $base-ink: #141310; $base-50: #FDFCF2; $base-100: #F9F6DD; $base-200: #F1EBBC; $base-300: #E2D98E; $base-400: #CFC463; $base-500: #B4A841; $base-600: #898138; $base-700: #625C2D; $base-800: #403D21; $base-900: #272616; $base-hover: #D3C332; $base-subtle: #F1EED6;
{
"color": {
"base": {
"value": "#DFD367",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDFCF2",
"type": "color"
},
"100": {
"value": "#F9F6DD",
"type": "color"
},
"200": {
"value": "#F1EBBC",
"type": "color"
},
"300": {
"value": "#E2D98E",
"type": "color"
},
"400": {
"value": "#CFC463",
"type": "color"
},
"500": {
"value": "#B4A841",
"type": "color"
},
"600": {
"value": "#898138",
"type": "color"
},
"700": {
"value": "#625C2D",
"type": "color"
},
"800": {
"value": "#403D21",
"type": "color"
},
"900": {
"value": "#272616",
"type": "color"
}
}
}
}