#88560F is a mid-toned, warm lime 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 #88560F works with other colors. Named schemes with #88560F in its natural role, and a note on why the supporting colors balance it.
This palette keeps Brown as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Brown 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.
Brown plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Brown sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Brown 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 Brown carrying the quiet middle.
How #88560F 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 #88560F at work across the surfaces designers actually ship.
:root {
--color-base: #88560F;
--color-base-rgb: 136 86 15;
--color-base-oklch: oklch(49.8% 0.103 68.7);
--color-50: #FEF8F1;
--color-100: #FCEDD9;
--color-200: #F7DCB6;
--color-300: #EBC084;
--color-400: #DBA457;
--color-500: #C18634;
--color-600: #93692F;
--color-700: #684D27;
--color-800: #44341D;
--color-900: #292014;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
brown: {
50: '#FEF8F1',
100: '#FCEDD9',
200: '#F7DCB6',
300: '#EBC084',
400: '#DBA457',
500: '#C18634',
600: '#93692F',
700: '#684D27',
800: '#44341D',
900: '#292014',
},
}
$base: #88560F; $base-ink: #FFFFFF; $base-50: #FEF8F1; $base-100: #FCEDD9; $base-200: #F7DCB6; $base-300: #EBC084; $base-400: #DBA457; $base-500: #C18634; $base-600: #93692F; $base-700: #684D27; $base-800: #44341D; $base-900: #292014; $base-hover: #6E450C; $base-subtle: #EACFA9;
{
"color": {
"base": {
"value": "#88560F",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF8F1",
"type": "color"
},
"100": {
"value": "#FCEDD9",
"type": "color"
},
"200": {
"value": "#F7DCB6",
"type": "color"
},
"300": {
"value": "#EBC084",
"type": "color"
},
"400": {
"value": "#DBA457",
"type": "color"
},
"500": {
"value": "#C18634",
"type": "color"
},
"600": {
"value": "#93692F",
"type": "color"
},
"700": {
"value": "#684D27",
"type": "color"
},
"800": {
"value": "#44341D",
"type": "color"
},
"900": {
"value": "#292014",
"type": "color"
}
}
}
}