#565401 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 #565401 works with other colors. Named schemes with #565401 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Army Green as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Army Green 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.
Army Green plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Army Green leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Army 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 Army Green carrying the quiet middle.
How #565401 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 #565401 at work across the surfaces designers actually ship.
:root {
--color-base: #565401;
--color-base-rgb: 86 84 1;
--color-base-oklch: oklch(43.4% 0.093 108.1);
--color-50: #FEFEF0;
--color-100: #FDFDD8;
--color-200: #FCFAB1;
--color-300: #F7F578;
--color-400: #EAE748;
--color-500: #D1CE24;
--color-600: #9E9C24;
--color-700: #6F6E20;
--color-800: #484719;
--color-900: #2C2B11;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
army-green: {
50: '#FEFEF0',
100: '#FDFDD8',
200: '#FCFAB1',
300: '#F7F578',
400: '#EAE748',
500: '#D1CE24',
600: '#9E9C24',
700: '#6F6E20',
800: '#484719',
900: '#2C2B11',
},
}
$base: #565401; $base-ink: #FFFFFF; $base-50: #FEFEF0; $base-100: #FDFDD8; $base-200: #FCFAB1; $base-300: #F7F578; $base-400: #EAE748; $base-500: #D1CE24; $base-600: #9E9C24; $base-700: #6F6E20; $base-800: #484719; $base-900: #2C2B11; $base-hover: #454401; $base-subtle: #EFED90;
{
"color": {
"base": {
"value": "#565401",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEFEF0",
"type": "color"
},
"100": {
"value": "#FDFDD8",
"type": "color"
},
"200": {
"value": "#FCFAB1",
"type": "color"
},
"300": {
"value": "#F7F578",
"type": "color"
},
"400": {
"value": "#EAE748",
"type": "color"
},
"500": {
"value": "#D1CE24",
"type": "color"
},
"600": {
"value": "#9E9C24",
"type": "color"
},
"700": {
"value": "#6F6E20",
"type": "color"
},
"800": {
"value": "#484719",
"type": "color"
},
"900": {
"value": "#2C2B11",
"type": "color"
}
}
}
}