#763233 is a mid-toned, warm red-orange. 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 #763233 works with other colors. Named schemes with #763233 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 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.
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 sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
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 #763233 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 #763233 at work across the surfaces designers actually ship.
:root {
--color-base: #763233;
--color-base-rgb: 118 50 51;
--color-base-oklch: oklch(41.1% 0.096 21.3);
--color-50: #FBF4F4;
--color-100: #F3E2E2;
--color-200: #E6C6C6;
--color-300: #D19E9F;
--color-400: #BA7879;
--color-500: #9E5758;
--color-600: #7A4849;
--color-700: #583738;
--color-800: #3A2727;
--color-900: #241919;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
garnet: {
50: '#FBF4F4',
100: '#F3E2E2',
200: '#E6C6C6',
300: '#D19E9F',
400: '#BA7879',
500: '#9E5758',
600: '#7A4849',
700: '#583738',
800: '#3A2727',
900: '#241919',
},
}
$base: #763233; $base-ink: #FFFFFF; $base-50: #FBF4F4; $base-100: #F3E2E2; $base-200: #E6C6C6; $base-300: #D19E9F; $base-400: #BA7879; $base-500: #9E5758; $base-600: #7A4849; $base-700: #583738; $base-800: #3A2727; $base-900: #241919; $base-hover: #5E2829; $base-subtle: #DBBCBD;
{
"color": {
"base": {
"value": "#763233",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FBF4F4",
"type": "color"
},
"100": {
"value": "#F3E2E2",
"type": "color"
},
"200": {
"value": "#E6C6C6",
"type": "color"
},
"300": {
"value": "#D19E9F",
"type": "color"
},
"400": {
"value": "#BA7879",
"type": "color"
},
"500": {
"value": "#9E5758",
"type": "color"
},
"600": {
"value": "#7A4849",
"type": "color"
},
"700": {
"value": "#583738",
"type": "color"
},
"800": {
"value": "#3A2727",
"type": "color"
},
"900": {
"value": "#241919",
"type": "color"
}
}
}
}