#AC5D4E 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 #AC5D4E works with other colors. Named schemes with #AC5D4E 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 #AC5D4E 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 #AC5D4E at work across the surfaces designers actually ship.
:root {
--color-base: #AC5D4E;
--color-base-rgb: 172 93 78;
--color-base-oklch: oklch(56.7% 0.106 31.9);
--color-50: #FBF5F4;
--color-100: #F3E5E2;
--color-200: #E6CCC7;
--color-300: #D0A79F;
--color-400: #B8847A;
--color-500: #9C6459;
--color-600: #795149;
--color-700: #573D38;
--color-800: #3A2A27;
--color-900: #241B19;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
sienna: {
50: '#FBF5F4',
100: '#F3E5E2',
200: '#E6CCC7',
300: '#D0A79F',
400: '#B8847A',
500: '#9C6459',
600: '#795149',
700: '#573D38',
800: '#3A2A27',
900: '#241B19',
},
}
$base: #AC5D4E; $base-ink: #FFFFFF; $base-50: #FBF5F4; $base-100: #F3E5E2; $base-200: #E6CCC7; $base-300: #D0A79F; $base-400: #B8847A; $base-500: #9C6459; $base-600: #795149; $base-700: #573D38; $base-800: #3A2A27; $base-900: #241B19; $base-hover: #8A4B3E; $base-subtle: #E3D0CD;
{
"color": {
"base": {
"value": "#AC5D4E",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FBF5F4",
"type": "color"
},
"100": {
"value": "#F3E5E2",
"type": "color"
},
"200": {
"value": "#E6CCC7",
"type": "color"
},
"300": {
"value": "#D0A79F",
"type": "color"
},
"400": {
"value": "#B8847A",
"type": "color"
},
"500": {
"value": "#9C6459",
"type": "color"
},
"600": {
"value": "#795149",
"type": "color"
},
"700": {
"value": "#573D38",
"type": "color"
},
"800": {
"value": "#3A2A27",
"type": "color"
},
"900": {
"value": "#241B19",
"type": "color"
}
}
}
}