#9F9523 is a mid-toned, warm green. On the Color Lab it reads organic and grounded, with a faded, vintage edge. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #9F9523 works with other colors. Named schemes with #9F9523 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Moss Green as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Moss Green leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Moss Green holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Moss Green opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Moss Green 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 Moss Green carrying the quiet middle.
How #9F9523 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 #9F9523 at work across the surfaces designers actually ship.
:root {
--color-base: #9F9523;
--color-base-rgb: 159 149 35;
--color-base-oklch: oklch(65.9% 0.128 104.1);
--color-50: #FDFCF2;
--color-100: #F8F6DD;
--color-200: #F0ECBC;
--color-300: #E1DA8E;
--color-400: #CEC564;
--color-500: #B3A942;
--color-600: #898239;
--color-700: #615D2E;
--color-800: #403D21;
--color-900: #272616;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
moss-green: {
50: '#FDFCF2',
100: '#F8F6DD',
200: '#F0ECBC',
300: '#E1DA8E',
400: '#CEC564',
500: '#B3A942',
600: '#898239',
700: '#615D2E',
800: '#403D21',
900: '#272616',
},
}
$base: #9F9523; $base-ink: #141310; $base-50: #FDFCF2; $base-100: #F8F6DD; $base-200: #F0ECBC; $base-300: #E1DA8E; $base-400: #CEC564; $base-500: #B3A942; $base-600: #898239; $base-700: #615D2E; $base-800: #403D21; $base-900: #272616; $base-hover: #7F771C; $base-subtle: #E7E3B9;
{
"color": {
"base": {
"value": "#9F9523",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDFCF2",
"type": "color"
},
"100": {
"value": "#F8F6DD",
"type": "color"
},
"200": {
"value": "#F0ECBC",
"type": "color"
},
"300": {
"value": "#E1DA8E",
"type": "color"
},
"400": {
"value": "#CEC564",
"type": "color"
},
"500": {
"value": "#B3A942",
"type": "color"
},
"600": {
"value": "#898239",
"type": "color"
},
"700": {
"value": "#615D2E",
"type": "color"
},
"800": {
"value": "#403D21",
"type": "color"
},
"900": {
"value": "#272616",
"type": "color"
}
}
}
}