#BB5730 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 #BB5730 works with other colors. Named schemes with #BB5730 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Burnt Orange as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Burnt Orange 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.
Burnt Orange plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Burnt Orange sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Burnt Orange 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 Burnt Orange carrying the quiet middle.
How #BB5730 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 #BB5730 at work across the surfaces designers actually ship.
:root {
--color-base: #BB5730;
--color-base-rgb: 187 87 48;
--color-base-oklch: oklch(57.5% 0.140 40.9);
--color-50: #FCF5F2;
--color-100: #F7E5DE;
--color-200: #EECCBE;
--color-300: #DEA792;
--color-400: #CA8468;
--color-500: #AE6446;
--color-600: #86513C;
--color-700: #5F3D30;
--color-800: #3F2A22;
--color-900: #271B17;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
burnt-orange: {
50: '#FCF5F2',
100: '#F7E5DE',
200: '#EECCBE',
300: '#DEA792',
400: '#CA8468',
500: '#AE6446',
600: '#86513C',
700: '#5F3D30',
800: '#3F2A22',
900: '#271B17',
},
}
$base: #BB5730; $base-ink: #FFFFFF; $base-50: #FCF5F2; $base-100: #F7E5DE; $base-200: #EECCBE; $base-300: #DEA792; $base-400: #CA8468; $base-500: #AE6446; $base-600: #86513C; $base-700: #5F3D30; $base-800: #3F2A22; $base-900: #271B17; $base-hover: #954626; $base-subtle: #E8CEC3;
{
"color": {
"base": {
"value": "#BB5730",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF5F2",
"type": "color"
},
"100": {
"value": "#F7E5DE",
"type": "color"
},
"200": {
"value": "#EECCBE",
"type": "color"
},
"300": {
"value": "#DEA792",
"type": "color"
},
"400": {
"value": "#CA8468",
"type": "color"
},
"500": {
"value": "#AE6446",
"type": "color"
},
"600": {
"value": "#86513C",
"type": "color"
},
"700": {
"value": "#5F3D30",
"type": "color"
},
"800": {
"value": "#3F2A22",
"type": "color"
},
"900": {
"value": "#271B17",
"type": "color"
}
}
}
}