#B76325 is a mid-toned, warm yellow. 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 #B76325 works with other colors. Named schemes with #B76325 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Ginger as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Ginger 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.
Ginger plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Ginger sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Ginger 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 Ginger carrying the quiet middle.
How #B76325 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 #B76325 at work across the surfaces designers actually ship.
:root {
--color-base: #B76325;
--color-base-rgb: 183 99 37;
--color-base-oklch: oklch(58.7% 0.130 52.8);
--color-50: #FDF6F2;
--color-100: #F9E8DC;
--color-200: #F1D2BB;
--color-300: #E2B18D;
--color-400: #D09062;
--color-500: #B57140;
--color-600: #8A5A38;
--color-700: #62432D;
--color-800: #402E21;
--color-900: #281D16;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
ginger: {
50: '#FDF6F2',
100: '#F9E8DC',
200: '#F1D2BB',
300: '#E2B18D',
400: '#D09062',
500: '#B57140',
600: '#8A5A38',
700: '#62432D',
800: '#402E21',
900: '#281D16',
},
}
$base: #B76325; $base-ink: #141310; $base-50: #FDF6F2; $base-100: #F9E8DC; $base-200: #F1D2BB; $base-300: #E2B18D; $base-400: #D09062; $base-500: #B57140; $base-600: #8A5A38; $base-700: #62432D; $base-800: #402E21; $base-900: #281D16; $base-hover: #924E1E; $base-subtle: #E9D0BE;
{
"color": {
"base": {
"value": "#B76325",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF6F2",
"type": "color"
},
"100": {
"value": "#F9E8DC",
"type": "color"
},
"200": {
"value": "#F1D2BB",
"type": "color"
},
"300": {
"value": "#E2B18D",
"type": "color"
},
"400": {
"value": "#D09062",
"type": "color"
},
"500": {
"value": "#B57140",
"type": "color"
},
"600": {
"value": "#8A5A38",
"type": "color"
},
"700": {
"value": "#62432D",
"type": "color"
},
"800": {
"value": "#402E21",
"type": "color"
},
"900": {
"value": "#281D16",
"type": "color"
}
}
}
}