#64210A 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 #64210A works with other colors. Named schemes with #64210A 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 #64210A 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 #64210A at work across the surfaces designers actually ship.
:root {
--color-base: #64210A;
--color-base-rgb: 100 33 10;
--color-base-oklch: oklch(34.8% 0.102 37.9);
--color-50: #FEF4F0;
--color-100: #FCE2D9;
--color-200: #F8C6B5;
--color-300: #ED9D83;
--color-400: #DD7755;
--color-500: #C35632;
--color-600: #94472E;
--color-700: #693726;
--color-800: #44271D;
--color-900: #2A1914;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
rosewood: {
50: '#FEF4F0',
100: '#FCE2D9',
200: '#F8C6B5',
300: '#ED9D83',
400: '#DD7755',
500: '#C35632',
600: '#94472E',
700: '#693726',
800: '#44271D',
900: '#2A1914',
},
}
$base: #64210A; $base-ink: #FFFFFF; $base-50: #FEF4F0; $base-100: #FCE2D9; $base-200: #F8C6B5; $base-300: #ED9D83; $base-400: #DD7755; $base-500: #C35632; $base-600: #94472E; $base-700: #693726; $base-800: #44271D; $base-900: #2A1914; $base-hover: #521A08; $base-subtle: #E9B19E;
{
"color": {
"base": {
"value": "#64210A",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF4F0",
"type": "color"
},
"100": {
"value": "#FCE2D9",
"type": "color"
},
"200": {
"value": "#F8C6B5",
"type": "color"
},
"300": {
"value": "#ED9D83",
"type": "color"
},
"400": {
"value": "#DD7755",
"type": "color"
},
"500": {
"value": "#C35632",
"type": "color"
},
"600": {
"value": "#94472E",
"type": "color"
},
"700": {
"value": "#693726",
"type": "color"
},
"800": {
"value": "#44271D",
"type": "color"
},
"900": {
"value": "#2A1914",
"type": "color"
}
}
}
}