#6D2B0C is a deep, 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 #6D2B0C works with other colors. Named schemes with #6D2B0C in its natural role, and a note on why the supporting colors balance it.
This palette keeps Garnet as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Garnet plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Garnet carries the depth in this luxury scheme, offset by a brass accent and near-black and held together by a deep neutral and an off-white surface.
Garnet adds the colour to this moody editorial scheme — charcoal and a mid-grey around it, a bone highlight, and a muted jewel accent drawn from Garnet.
Garnet 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 Garnet carrying the quiet middle.
How #6D2B0C 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 #6D2B0C at work across the surfaces designers actually ship.
:root {
--color-base: #6D2B0C;
--color-base-rgb: 109 43 12;
--color-base-oklch: oklch(37.9% 0.103 42.4);
--color-50: #FEF5F1;
--color-100: #FCE4D9;
--color-200: #F7CAB6;
--color-300: #EBA584;
--color-400: #DB8157;
--color-500: #C16134;
--color-600: #934F2F;
--color-700: #683C27;
--color-800: #44291D;
--color-900: #291B14;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
garnet: {
50: '#FEF5F1',
100: '#FCE4D9',
200: '#F7CAB6',
300: '#EBA584',
400: '#DB8157',
500: '#C16134',
600: '#934F2F',
700: '#683C27',
800: '#44291D',
900: '#291B14',
},
}
$base: #6D2B0C; $base-ink: #FFFFFF; $base-50: #FEF5F1; $base-100: #FCE4D9; $base-200: #F7CAB6; $base-300: #EBA584; $base-400: #DB8157; $base-500: #C16134; $base-600: #934F2F; $base-700: #683C27; $base-800: #44291D; $base-900: #291B14; $base-hover: #58230A; $base-subtle: #E8B8A2;
{
"color": {
"base": {
"value": "#6D2B0C",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF5F1",
"type": "color"
},
"100": {
"value": "#FCE4D9",
"type": "color"
},
"200": {
"value": "#F7CAB6",
"type": "color"
},
"300": {
"value": "#EBA584",
"type": "color"
},
"400": {
"value": "#DB8157",
"type": "color"
},
"500": {
"value": "#C16134",
"type": "color"
},
"600": {
"value": "#934F2F",
"type": "color"
},
"700": {
"value": "#683C27",
"type": "color"
},
"800": {
"value": "#44291D",
"type": "color"
},
"900": {
"value": "#291B14",
"type": "color"
}
}
}
}