#628120 is a mid-toned, temperate 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 sits well as a supporting tone.
Not just a swatch — here's how #628120 works with other colors. Named schemes with #628120 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Avocado as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Avocado 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.
Avocado plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Avocado leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Avocado 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 Avocado carrying the quiet middle.
How #628120 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 #628120 at work across the surfaces designers actually ship.
:root {
--color-base: #628120;
--color-base-rgb: 98 129 32;
--color-base-oklch: oklch(56.0% 0.127 125.9);
--color-50: #F9FCF2;
--color-100: #EFF8DE;
--color-200: #DFEFBE;
--color-300: #C6DE91;
--color-400: #ABCB67;
--color-500: #8EAF46;
--color-600: #6F863C;
--color-700: #50602F;
--color-800: #363F22;
--color-900: #222716;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
avocado: {
50: '#F9FCF2',
100: '#EFF8DE',
200: '#DFEFBE',
300: '#C6DE91',
400: '#ABCB67',
500: '#8EAF46',
600: '#6F863C',
700: '#50602F',
800: '#363F22',
900: '#222716',
},
}
$base: #628120; $base-ink: #141310; $base-50: #F9FCF2; $base-100: #EFF8DE; $base-200: #DFEFBE; $base-300: #C6DE91; $base-400: #ABCB67; $base-500: #8EAF46; $base-600: #6F863C; $base-700: #50602F; $base-800: #363F22; $base-900: #222716; $base-hover: #50681A; $base-subtle: #D4E3B3;
{
"color": {
"base": {
"value": "#628120",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F9FCF2",
"type": "color"
},
"100": {
"value": "#EFF8DE",
"type": "color"
},
"200": {
"value": "#DFEFBE",
"type": "color"
},
"300": {
"value": "#C6DE91",
"type": "color"
},
"400": {
"value": "#ABCB67",
"type": "color"
},
"500": {
"value": "#8EAF46",
"type": "color"
},
"600": {
"value": "#6F863C",
"type": "color"
},
"700": {
"value": "#50602F",
"type": "color"
},
"800": {
"value": "#363F22",
"type": "color"
},
"900": {
"value": "#222716",
"type": "color"
}
}
}
}