#06001A is a deep, temperate purple. On the Color Lab it reads clean and engineered, quietly premium. It is too dark to lead as a primary accent and reproduces cleanly in print.
Not just a swatch — here's how #06001A works with other colors. Named schemes with #06001A 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 #06001A 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 #06001A at work across the surfaces designers actually ship.
:root {
--color-base: #06001A;
--color-base-rgb: 6 0 26;
--color-base-oklch: oklch(11.3% 0.064 290.2);
--color-50: #F4F0FE;
--color-100: #E1D8FD;
--color-200: #C2B1FC;
--color-300: #9577F8;
--color-400: #6D46EC;
--color-500: #4B22D2;
--color-600: #40239F;
--color-700: #321F70;
--color-800: #241848;
--color-900: #17112C;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
jet-black: {
50: '#F4F0FE',
100: '#E1D8FD',
200: '#C2B1FC',
300: '#9577F8',
400: '#6D46EC',
500: '#4B22D2',
600: '#40239F',
700: '#321F70',
800: '#241848',
900: '#17112C',
},
}
$base: #06001A; $base-ink: #FFFFFF; $base-50: #F4F0FE; $base-100: #E1D8FD; $base-200: #C2B1FC; $base-300: #9577F8; $base-400: #6D46EC; $base-500: #4B22D2; $base-600: #40239F; $base-700: #321F70; $base-800: #241848; $base-900: #17112C; $base-hover: #050014; $base-subtle: #997FEE;
{
"color": {
"base": {
"value": "#06001A",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F4F0FE",
"type": "color"
},
"100": {
"value": "#E1D8FD",
"type": "color"
},
"200": {
"value": "#C2B1FC",
"type": "color"
},
"300": {
"value": "#9577F8",
"type": "color"
},
"400": {
"value": "#6D46EC",
"type": "color"
},
"500": {
"value": "#4B22D2",
"type": "color"
},
"600": {
"value": "#40239F",
"type": "color"
},
"700": {
"value": "#321F70",
"type": "color"
},
"800": {
"value": "#241848",
"type": "color"
},
"900": {
"value": "#17112C",
"type": "color"
}
}
}
}