#AF6D4E 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 #AF6D4E works with other colors. Named schemes with #AF6D4E in its natural role, and a note on why the supporting colors balance it.
This palette keeps Copper as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Copper 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.
Copper plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Copper sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Copper 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 Copper carrying the quiet middle.
How #AF6D4E 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 #AF6D4E at work across the surfaces designers actually ship.
:root {
--color-base: #AF6D4E;
--color-base-rgb: 175 109 78;
--color-base-oklch: oklch(59.9% 0.095 45.6);
--color-50: #FBF6F4;
--color-100: #F3E8E2;
--color-200: #E6D1C7;
--color-300: #D0AF9F;
--color-400: #B88D7A;
--color-500: #9C6E59;
--color-600: #795849;
--color-700: #574238;
--color-800: #3A2D27;
--color-900: #241D19;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
copper: {
50: '#FBF6F4',
100: '#F3E8E2',
200: '#E6D1C7',
300: '#D0AF9F',
400: '#B88D7A',
500: '#9C6E59',
600: '#795849',
700: '#574238',
800: '#3A2D27',
900: '#241D19',
},
}
$base: #AF6D4E; $base-ink: #141310; $base-50: #FBF6F4; $base-100: #F3E8E2; $base-200: #E6D1C7; $base-300: #D0AF9F; $base-400: #B88D7A; $base-500: #9C6E59; $base-600: #795849; $base-700: #574238; $base-800: #3A2D27; $base-900: #241D19; $base-hover: #8D583F; $base-subtle: #E4D5CE;
{
"color": {
"base": {
"value": "#AF6D4E",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FBF6F4",
"type": "color"
},
"100": {
"value": "#F3E8E2",
"type": "color"
},
"200": {
"value": "#E6D1C7",
"type": "color"
},
"300": {
"value": "#D0AF9F",
"type": "color"
},
"400": {
"value": "#B88D7A",
"type": "color"
},
"500": {
"value": "#9C6E59",
"type": "color"
},
"600": {
"value": "#795849",
"type": "color"
},
"700": {
"value": "#574238",
"type": "color"
},
"800": {
"value": "#3A2D27",
"type": "color"
},
"900": {
"value": "#241D19",
"type": "color"
}
}
}
}