#BF642B 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 #BF642B works with other colors. Named schemes with #BF642B in its natural role, and a note on why the supporting colors balance it.
This palette keeps Tawny as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Tawny 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.
Tawny plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Tawny sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Tawny 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 Tawny carrying the quiet middle.
How #BF642B 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 #BF642B at work across the surfaces designers actually ship.
:root {
--color-base: #BF642B;
--color-base-rgb: 191 100 43;
--color-base-oklch: oklch(60.0% 0.136 49.4);
--color-50: #FDF6F2;
--color-100: #F8E7DD;
--color-200: #F0D0BD;
--color-300: #E0AE8F;
--color-400: #CD8D65;
--color-500: #B26D43;
--color-600: #88583A;
--color-700: #61412E;
--color-800: #402D21;
--color-900: #271D16;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
tawny: {
50: '#FDF6F2',
100: '#F8E7DD',
200: '#F0D0BD',
300: '#E0AE8F',
400: '#CD8D65',
500: '#B26D43',
600: '#88583A',
700: '#61412E',
800: '#402D21',
900: '#271D16',
},
}
$base: #BF642B; $base-ink: #141310; $base-50: #FDF6F2; $base-100: #F8E7DD; $base-200: #F0D0BD; $base-300: #E0AE8F; $base-400: #CD8D65; $base-500: #B26D43; $base-600: #88583A; $base-700: #61412E; $base-800: #402D21; $base-900: #271D16; $base-hover: #995023; $base-subtle: #E9D1C2;
{
"color": {
"base": {
"value": "#BF642B",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF6F2",
"type": "color"
},
"100": {
"value": "#F8E7DD",
"type": "color"
},
"200": {
"value": "#F0D0BD",
"type": "color"
},
"300": {
"value": "#E0AE8F",
"type": "color"
},
"400": {
"value": "#CD8D65",
"type": "color"
},
"500": {
"value": "#B26D43",
"type": "color"
},
"600": {
"value": "#88583A",
"type": "color"
},
"700": {
"value": "#61412E",
"type": "color"
},
"800": {
"value": "#402D21",
"type": "color"
},
"900": {
"value": "#271D16",
"type": "color"
}
}
}
}