#190805 is a muted, temperate orange. On the Color Lab it reads quietly premium, restrained and easy to live with. It holds up as a large surface and is too dark to lead as a primary accent.
Not just a swatch — here's how #190805 works with other colors. Named schemes with #190805 in its natural role, and a note on why the supporting colors balance it.
Jet Black plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
This palette keeps Jet Black as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Jet Black sets a calm, sun-bleached base here, wrapped in bone and paper off-whites and a soft greige, with a single ink accent for wabi-sabi restraint.
Jet Black 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.
Jet Black 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 Jet Black carrying the quiet middle.
How #190805 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 #190805 at work across the surfaces designers actually ship.
:root {
--color-base: #190805;
--color-base-rgb: 25 8 5;
--color-base-oklch: oklch(16.1% 0.032 33.9);
--color-50: #FDF3F2;
--color-100: #F9E0DC;
--color-200: #F1C3BB;
--color-300: #E3998C;
--color-400: #D07262;
--color-500: #B5513F;
--color-600: #8B4437;
--color-700: #62342C;
--color-800: #412520;
--color-900: #281816;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
jet-black: {
50: '#FDF3F2',
100: '#F9E0DC',
200: '#F1C3BB',
300: '#E3998C',
400: '#D07262',
500: '#B5513F',
600: '#8B4437',
700: '#62342C',
800: '#412520',
900: '#281816',
},
}
$base: #190805; $base-ink: #FFFFFF; $base-50: #FDF3F2; $base-100: #F9E0DC; $base-200: #F1C3BB; $base-300: #E3998C; $base-400: #D07262; $base-500: #B5513F; $base-600: #8B4437; $base-700: #62342C; $base-800: #412520; $base-900: #281816; $base-hover: #140604; $base-subtle: #DC9D92;
{
"color": {
"base": {
"value": "#190805",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF3F2",
"type": "color"
},
"100": {
"value": "#F9E0DC",
"type": "color"
},
"200": {
"value": "#F1C3BB",
"type": "color"
},
"300": {
"value": "#E3998C",
"type": "color"
},
"400": {
"value": "#D07262",
"type": "color"
},
"500": {
"value": "#B5513F",
"type": "color"
},
"600": {
"value": "#8B4437",
"type": "color"
},
"700": {
"value": "#62342C",
"type": "color"
},
"800": {
"value": "#412520",
"type": "color"
},
"900": {
"value": "#281816",
"type": "color"
}
}
}
}