#53360F is a deep, warm lime green. On the Color Lab it reads organic and grounded, with a faded, vintage edge. It reproduces cleanly in print.
Not just a swatch — here's how #53360F works with other colors. Named schemes with #53360F in its natural role, and a note on why the supporting colors balance it.
This palette keeps Espresso as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Espresso plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Espresso holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Espresso 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.
Espresso 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 Espresso carrying the quiet middle.
How #53360F 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 #53360F at work across the surfaces designers actually ship.
:root {
--color-base: #53360F;
--color-base-rgb: 83 54 15;
--color-base-oklch: oklch(35.9% 0.067 70.2);
--color-50: #FDF8F2;
--color-100: #F9EDDC;
--color-200: #F2DABA;
--color-300: #E4BE8B;
--color-400: #D2A160;
--color-500: #B7823E;
--color-600: #8C6736;
--color-700: #634B2C;
--color-800: #413320;
--color-900: #282015;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
espresso: {
50: '#FDF8F2',
100: '#F9EDDC',
200: '#F2DABA',
300: '#E4BE8B',
400: '#D2A160',
500: '#B7823E',
600: '#8C6736',
700: '#634B2C',
800: '#413320',
900: '#282015',
},
}
$base: #53360F; $base-ink: #FFFFFF; $base-50: #FDF8F2; $base-100: #F9EDDC; $base-200: #F2DABA; $base-300: #E4BE8B; $base-400: #D2A160; $base-500: #B7823E; $base-600: #8C6736; $base-700: #634B2C; $base-800: #413320; $base-900: #282015; $base-hover: #422A0C; $base-subtle: #E2C5A1;
{
"color": {
"base": {
"value": "#53360F",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF8F2",
"type": "color"
},
"100": {
"value": "#F9EDDC",
"type": "color"
},
"200": {
"value": "#F2DABA",
"type": "color"
},
"300": {
"value": "#E4BE8B",
"type": "color"
},
"400": {
"value": "#D2A160",
"type": "color"
},
"500": {
"value": "#B7823E",
"type": "color"
},
"600": {
"value": "#8C6736",
"type": "color"
},
"700": {
"value": "#634B2C",
"type": "color"
},
"800": {
"value": "#413320",
"type": "color"
},
"900": {
"value": "#282015",
"type": "color"
}
}
}
}