#9A5428 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 #9A5428 works with other colors. Named schemes with #9A5428 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 #9A5428 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 #9A5428 at work across the surfaces designers actually ship.
:root {
--color-base: #9A5428;
--color-base-rgb: 154 84 40;
--color-base-oklch: oklch(52.1% 0.109 50.3);
--color-50: #FCF6F2;
--color-100: #F7E8DE;
--color-200: #EED1BE;
--color-300: #DEAF92;
--color-400: #CA8E68;
--color-500: #AE6E46;
--color-600: #86583C;
--color-700: #5F4230;
--color-800: #3F2D22;
--color-900: #271D17;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
sienna: {
50: '#FCF6F2',
100: '#F7E8DE',
200: '#EED1BE',
300: '#DEAF92',
400: '#CA8E68',
500: '#AE6E46',
600: '#86583C',
700: '#5F4230',
800: '#3F2D22',
900: '#271D17',
},
}
$base: #9A5428; $base-ink: #FFFFFF; $base-50: #FCF6F2; $base-100: #F7E8DE; $base-200: #EED1BE; $base-300: #DEAF92; $base-400: #CA8E68; $base-500: #AE6E46; $base-600: #86583C; $base-700: #5F4230; $base-800: #3F2D22; $base-900: #271D17; $base-hover: #7B4320; $base-subtle: #E5CBBA;
{
"color": {
"base": {
"value": "#9A5428",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF6F2",
"type": "color"
},
"100": {
"value": "#F7E8DE",
"type": "color"
},
"200": {
"value": "#EED1BE",
"type": "color"
},
"300": {
"value": "#DEAF92",
"type": "color"
},
"400": {
"value": "#CA8E68",
"type": "color"
},
"500": {
"value": "#AE6E46",
"type": "color"
},
"600": {
"value": "#86583C",
"type": "color"
},
"700": {
"value": "#5F4230",
"type": "color"
},
"800": {
"value": "#3F2D22",
"type": "color"
},
"900": {
"value": "#271D17",
"type": "color"
}
}
}
}