#08081F is a muted, temperate violet. On the Color Lab it reads clean and engineered, quietly premium. It holds up as a large surface and is too dark to lead as a primary accent.
Not just a swatch — here's how #08081F works with other colors. Named schemes with #08081F in its natural role, and a note on why the supporting colors balance it.
Jet Black opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Jet Black keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
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.
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 #08081F 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 #08081F at work across the surfaces designers actually ship.
:root {
--color-base: #08081F;
--color-base-rgb: 8 8 31;
--color-base-oklch: oklch(15.2% 0.048 279.0);
--color-50: #F2F2FC;
--color-100: #DEDEF7;
--color-200: #BEBEEE;
--color-300: #9292DE;
--color-400: #6868CA;
--color-500: #4646AE;
--color-600: #3C3C86;
--color-700: #30305F;
--color-800: #22223F;
--color-900: #171727;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
jet-black: {
50: '#F2F2FC',
100: '#DEDEF7',
200: '#BEBEEE',
300: '#9292DE',
400: '#6868CA',
500: '#4646AE',
600: '#3C3C86',
700: '#30305F',
800: '#22223F',
900: '#171727',
},
}
$base: #08081F; $base-ink: #FFFFFF; $base-50: #F2F2FC; $base-100: #DEDEF7; $base-200: #BEBEEE; $base-300: #9292DE; $base-400: #6868CA; $base-500: #4646AE; $base-600: #3C3C86; $base-700: #30305F; $base-800: #22223F; $base-900: #171727; $base-hover: #07071A; $base-subtle: #9999D8;
{
"color": {
"base": {
"value": "#08081F",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F2F2FC",
"type": "color"
},
"100": {
"value": "#DEDEF7",
"type": "color"
},
"200": {
"value": "#BEBEEE",
"type": "color"
},
"300": {
"value": "#9292DE",
"type": "color"
},
"400": {
"value": "#6868CA",
"type": "color"
},
"500": {
"value": "#4646AE",
"type": "color"
},
"600": {
"value": "#3C3C86",
"type": "color"
},
"700": {
"value": "#30305F",
"type": "color"
},
"800": {
"value": "#22223F",
"type": "color"
},
"900": {
"value": "#171727",
"type": "color"
}
}
}
}