#161E04 is a muted, temperate green. On the Color Lab it reads organic and grounded, quietly premium. It is too dark to lead as a primary accent and reproduces cleanly in print.
Not just a swatch — here's how #161E04 works with other colors. Named schemes with #161E04 in its natural role, and a note on why the supporting colors balance it.
Graphite leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Graphite plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Graphite sets a calm, sun-bleached base here, wrapped in bone and paper off-whites and a soft greige, with a single ink accent for wabi-sabi restraint.
Graphite carries the depth in this luxury scheme, offset by a brass accent and near-black and held together by a deep neutral and an off-white surface.
Graphite 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 Graphite carrying the quiet middle.
How #161E04 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 #161E04 at work across the surfaces designers actually ship.
:root {
--color-base: #161E04;
--color-base-rgb: 22 30 4;
--color-base-oklch: oklch(22.0% 0.046 124.1);
--color-50: #FAFEF1;
--color-100: #F1FBDA;
--color-200: #E3F5B7;
--color-300: #CBE987;
--color-400: #B2D85A;
--color-500: #95BD37;
--color-600: #749032;
--color-700: #546629;
--color-800: #38431E;
--color-900: #232914;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
graphite: {
50: '#FAFEF1',
100: '#F1FBDA',
200: '#E3F5B7',
300: '#CBE987',
400: '#B2D85A',
500: '#95BD37',
600: '#749032',
700: '#546629',
800: '#38431E',
900: '#232914',
},
}
$base: #161E04; $base-ink: #FFFFFF; $base-50: #FAFEF1; $base-100: #F1FBDA; $base-200: #E3F5B7; $base-300: #CBE987; $base-400: #B2D85A; $base-500: #95BD37; $base-600: #749032; $base-700: #546629; $base-800: #38431E; $base-900: #232914; $base-hover: #131903; $base-subtle: #C8E18F;
{
"color": {
"base": {
"value": "#161E04",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FAFEF1",
"type": "color"
},
"100": {
"value": "#F1FBDA",
"type": "color"
},
"200": {
"value": "#E3F5B7",
"type": "color"
},
"300": {
"value": "#CBE987",
"type": "color"
},
"400": {
"value": "#B2D85A",
"type": "color"
},
"500": {
"value": "#95BD37",
"type": "color"
},
"600": {
"value": "#749032",
"type": "color"
},
"700": {
"value": "#546629",
"type": "color"
},
"800": {
"value": "#38431E",
"type": "color"
},
"900": {
"value": "#232914",
"type": "color"
}
}
}
}