#B45F22 is a mid-toned, warm amber. 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 #B45F22 works with other colors. Named schemes with #B45F22 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 #B45F22 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 #B45F22 at work across the surfaces designers actually ship.
:root {
--color-base: #B45F22;
--color-base-rgb: 180 95 34;
--color-base-oklch: oklch(57.6% 0.131 51.8);
--color-50: #FDF6F2;
--color-100: #F9E8DC;
--color-200: #F2D2BB;
--color-300: #E3B08C;
--color-400: #D19061;
--color-500: #B6703F;
--color-600: #8B5A37;
--color-700: #63432C;
--color-800: #412E20;
--color-900: #281D15;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
ginger: {
50: '#FDF6F2',
100: '#F9E8DC',
200: '#F2D2BB',
300: '#E3B08C',
400: '#D19061',
500: '#B6703F',
600: '#8B5A37',
700: '#63432C',
800: '#412E20',
900: '#281D15',
},
}
$base: #B45F22; $base-ink: #141310; $base-50: #FDF6F2; $base-100: #F9E8DC; $base-200: #F2D2BB; $base-300: #E3B08C; $base-400: #D19061; $base-500: #B6703F; $base-600: #8B5A37; $base-700: #63432C; $base-800: #412E20; $base-900: #281D15; $base-hover: #904C1B; $base-subtle: #EACFBC;
{
"color": {
"base": {
"value": "#B45F22",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF6F2",
"type": "color"
},
"100": {
"value": "#F9E8DC",
"type": "color"
},
"200": {
"value": "#F2D2BB",
"type": "color"
},
"300": {
"value": "#E3B08C",
"type": "color"
},
"400": {
"value": "#D19061",
"type": "color"
},
"500": {
"value": "#B6703F",
"type": "color"
},
"600": {
"value": "#8B5A37",
"type": "color"
},
"700": {
"value": "#63432C",
"type": "color"
},
"800": {
"value": "#412E20",
"type": "color"
},
"900": {
"value": "#281D15",
"type": "color"
}
}
}
}