#C05723 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 #C05723 works with other colors. Named schemes with #C05723 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 #C05723 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 #C05723 at work across the surfaces designers actually ship.
:root {
--color-base: #C05723;
--color-base-rgb: 192 87 35;
--color-base-oklch: oklch(58.1% 0.149 43.8);
--color-50: #FDF5F2;
--color-100: #F9E6DC;
--color-200: #F2CDBA;
--color-300: #E4A98B;
--color-400: #D28660;
--color-500: #B7663E;
--color-600: #8C5336;
--color-700: #633E2C;
--color-800: #412B20;
--color-900: #281B15;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
burnt-orange: {
50: '#FDF5F2',
100: '#F9E6DC',
200: '#F2CDBA',
300: '#E4A98B',
400: '#D28660',
500: '#B7663E',
600: '#8C5336',
700: '#633E2C',
800: '#412B20',
900: '#281B15',
},
}
$base: #C05723; $base-ink: #141310; $base-50: #FDF5F2; $base-100: #F9E6DC; $base-200: #F2CDBA; $base-300: #E4A98B; $base-400: #D28660; $base-500: #B7663E; $base-600: #8C5336; $base-700: #633E2C; $base-800: #412B20; $base-900: #281B15; $base-hover: #9B471C; $base-subtle: #EBCEBF;
{
"color": {
"base": {
"value": "#C05723",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF5F2",
"type": "color"
},
"100": {
"value": "#F9E6DC",
"type": "color"
},
"200": {
"value": "#F2CDBA",
"type": "color"
},
"300": {
"value": "#E4A98B",
"type": "color"
},
"400": {
"value": "#D28660",
"type": "color"
},
"500": {
"value": "#B7663E",
"type": "color"
},
"600": {
"value": "#8C5336",
"type": "color"
},
"700": {
"value": "#633E2C",
"type": "color"
},
"800": {
"value": "#412B20",
"type": "color"
},
"900": {
"value": "#281B15",
"type": "color"
}
}
}
}