#A08021 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 #A08021 works with other colors. Named schemes with #A08021 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Dark Goldenrod as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Dark Goldenrod anchors this café scheme as the warm mid-tone, lifted by latte cream and a muted sage accent and grounded by espresso brown and a warm charcoal.
Dark Goldenrod plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Dark Goldenrod sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Dark 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 Dark Goldenrod carrying the quiet middle.
How #A08021 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 #A08021 at work across the surfaces designers actually ship.
:root {
--color-base: #A08021;
--color-base-rgb: 160 128 33;
--color-base-oklch: oklch(61.4% 0.114 88.9);
--color-50: #FDFAF2;
--color-100: #F9F2DC;
--color-200: #F1E4BB;
--color-300: #E2CD8D;
--color-400: #D0B462;
--color-500: #B59740;
--color-600: #8A7538;
--color-700: #62552D;
--color-800: #403821;
--color-900: #282316;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
dark-goldenrod: {
50: '#FDFAF2',
100: '#F9F2DC',
200: '#F1E4BB',
300: '#E2CD8D',
400: '#D0B462',
500: '#B59740',
600: '#8A7538',
700: '#62552D',
800: '#403821',
900: '#282316',
},
}
$base: #A08021; $base-ink: #141310; $base-50: #FDFAF2; $base-100: #F9F2DC; $base-200: #F1E4BB; $base-300: #E2CD8D; $base-400: #D0B462; $base-500: #B59740; $base-600: #8A7538; $base-700: #62552D; $base-800: #403821; $base-900: #282316; $base-hover: #81671A; $base-subtle: #E7DBB8;
{
"color": {
"base": {
"value": "#A08021",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDFAF2",
"type": "color"
},
"100": {
"value": "#F9F2DC",
"type": "color"
},
"200": {
"value": "#F1E4BB",
"type": "color"
},
"300": {
"value": "#E2CD8D",
"type": "color"
},
"400": {
"value": "#D0B462",
"type": "color"
},
"500": {
"value": "#B59740",
"type": "color"
},
"600": {
"value": "#8A7538",
"type": "color"
},
"700": {
"value": "#62552D",
"type": "color"
},
"800": {
"value": "#403821",
"type": "color"
},
"900": {
"value": "#282316",
"type": "color"
}
}
}
}