#67201B is a deep, warm orange. On the Color Lab it reads organic and grounded, with a faded, vintage edge. It reproduces cleanly in print.
Not just a swatch — here's how #67201B works with other colors. Named schemes with #67201B in its natural role, and a note on why the supporting colors balance it.
This palette keeps Rosewood as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Rosewood plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Rosewood 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.
Rosewood 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 Rosewood.
Rosewood 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 Rosewood carrying the quiet middle.
How #67201B 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 #67201B at work across the surfaces designers actually ship.
:root {
--color-base: #67201B;
--color-base-rgb: 103 32 27;
--color-base-oklch: oklch(35.4% 0.103 27.6);
--color-50: #FCF3F2;
--color-100: #F7E0DE;
--color-200: #EEC2BF;
--color-300: #DD9792;
--color-400: #C96F69;
--color-500: #AD4E47;
--color-600: #85423D;
--color-700: #5F3330;
--color-800: #3E2423;
--color-900: #261817;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
rosewood: {
50: '#FCF3F2',
100: '#F7E0DE',
200: '#EEC2BF',
300: '#DD9792',
400: '#C96F69',
500: '#AD4E47',
600: '#85423D',
700: '#5F3330',
800: '#3E2423',
900: '#261817',
},
}
$base: #67201B; $base-ink: #FFFFFF; $base-50: #FCF3F2; $base-100: #F7E0DE; $base-200: #EEC2BF; $base-300: #DD9792; $base-400: #C96F69; $base-500: #AD4E47; $base-600: #85423D; $base-700: #5F3330; $base-800: #3E2423; $base-900: #261817; $base-hover: #511915; $base-subtle: #DFB0AC;
{
"color": {
"base": {
"value": "#67201B",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF3F2",
"type": "color"
},
"100": {
"value": "#F7E0DE",
"type": "color"
},
"200": {
"value": "#EEC2BF",
"type": "color"
},
"300": {
"value": "#DD9792",
"type": "color"
},
"400": {
"value": "#C96F69",
"type": "color"
},
"500": {
"value": "#AD4E47",
"type": "color"
},
"600": {
"value": "#85423D",
"type": "color"
},
"700": {
"value": "#5F3330",
"type": "color"
},
"800": {
"value": "#3E2423",
"type": "color"
},
"900": {
"value": "#261817",
"type": "color"
}
}
}
}