#AC5849 is a mid-toned, warm orange. 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 #AC5849 works with other colors. Named schemes with #AC5849 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Sienna as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Sienna 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.
Sienna plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Sienna sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Sienna 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 Sienna carrying the quiet middle.
How #AC5849 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 #AC5849 at work across the surfaces designers actually ship.
:root {
--color-base: #AC5849;
--color-base-rgb: 172 88 73;
--color-base-oklch: oklch(55.8% 0.113 31.4);
--color-50: #FBF5F4;
--color-100: #F3E5E2;
--color-200: #E6CBC6;
--color-300: #D1A69E;
--color-400: #BA8278;
--color-500: #9E6257;
--color-600: #7A4F48;
--color-700: #583C37;
--color-800: #3A2A27;
--color-900: #241B19;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
sienna: {
50: '#FBF5F4',
100: '#F3E5E2',
200: '#E6CBC6',
300: '#D1A69E',
400: '#BA8278',
500: '#9E6257',
600: '#7A4F48',
700: '#583C37',
800: '#3A2A27',
900: '#241B19',
},
}
$base: #AC5849; $base-ink: #FFFFFF; $base-50: #FBF5F4; $base-100: #F3E5E2; $base-200: #E6CBC6; $base-300: #D1A69E; $base-400: #BA8278; $base-500: #9E6257; $base-600: #7A4F48; $base-700: #583C37; $base-800: #3A2A27; $base-900: #241B19; $base-hover: #89473B; $base-subtle: #E3CFCB;
{
"color": {
"base": {
"value": "#AC5849",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FBF5F4",
"type": "color"
},
"100": {
"value": "#F3E5E2",
"type": "color"
},
"200": {
"value": "#E6CBC6",
"type": "color"
},
"300": {
"value": "#D1A69E",
"type": "color"
},
"400": {
"value": "#BA8278",
"type": "color"
},
"500": {
"value": "#9E6257",
"type": "color"
},
"600": {
"value": "#7A4F48",
"type": "color"
},
"700": {
"value": "#583C37",
"type": "color"
},
"800": {
"value": "#3A2A27",
"type": "color"
},
"900": {
"value": "#241B19",
"type": "color"
}
}
}
}