#855F14 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 #855F14 works with other colors. Named schemes with #855F14 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Raw Umber as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Raw Umber 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.
Raw Umber plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Raw Umber sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Raw Umber 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 Raw Umber carrying the quiet middle.
How #855F14 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 #855F14 at work across the surfaces designers actually ship.
:root {
--color-base: #855F14;
--color-base-rgb: 133 95 20;
--color-base-oklch: oklch(51.3% 0.099 78.9);
--color-50: #FEF9F1;
--color-100: #FBF0DB;
--color-200: #F4E0B8;
--color-300: #E7C888;
--color-400: #D6AD5C;
--color-500: #BC9039;
--color-600: #8F7033;
--color-700: #65512A;
--color-800: #42361F;
--color-900: #292215;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
raw-umber: {
50: '#FEF9F1',
100: '#FBF0DB',
200: '#F4E0B8',
300: '#E7C888',
400: '#D6AD5C',
500: '#BC9039',
600: '#8F7033',
700: '#65512A',
800: '#42361F',
900: '#292215',
},
}
$base: #855F14; $base-ink: #FFFFFF; $base-50: #FEF9F1; $base-100: #FBF0DB; $base-200: #F4E0B8; $base-300: #E7C888; $base-400: #D6AD5C; $base-500: #BC9039; $base-600: #8F7033; $base-700: #65512A; $base-800: #42361F; $base-900: #292215; $base-hover: #6A4C10; $base-subtle: #E8D3AB;
{
"color": {
"base": {
"value": "#855F14",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF9F1",
"type": "color"
},
"100": {
"value": "#FBF0DB",
"type": "color"
},
"200": {
"value": "#F4E0B8",
"type": "color"
},
"300": {
"value": "#E7C888",
"type": "color"
},
"400": {
"value": "#D6AD5C",
"type": "color"
},
"500": {
"value": "#BC9039",
"type": "color"
},
"600": {
"value": "#8F7033",
"type": "color"
},
"700": {
"value": "#65512A",
"type": "color"
},
"800": {
"value": "#42361F",
"type": "color"
},
"900": {
"value": "#292215",
"type": "color"
}
}
}
}