#1B0C32 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 #1B0C32 works with other colors. Named schemes with #1B0C32 in its natural role, and a note on why the supporting colors balance it.
Deep Purple opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Deep Purple keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Deep Purple plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Deep Purple 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.
Deep Purple 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 Deep Purple carrying the quiet middle.
How #1B0C32 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 #1B0C32 at work across the surfaces designers actually ship.
:root {
--color-base: #1B0C32;
--color-base-rgb: 27 12 50;
--color-base-oklch: oklch(20.2% 0.072 297.8);
--color-50: #F6F2FC;
--color-100: #E8DDF8;
--color-200: #D1BDEF;
--color-300: #B090DF;
--color-400: #8F67CB;
--color-500: #7045B0;
--color-600: #593B87;
--color-700: #422F60;
--color-800: #2E223F;
--color-900: #1D1627;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
deep-purple: {
50: '#F6F2FC',
100: '#E8DDF8',
200: '#D1BDEF',
300: '#B090DF',
400: '#8F67CB',
500: '#7045B0',
600: '#593B87',
700: '#422F60',
800: '#2E223F',
900: '#1D1627',
},
}
$base: #1B0C32; $base-ink: #FFFFFF; $base-50: #F6F2FC; $base-100: #E8DDF8; $base-200: #D1BDEF; $base-300: #B090DF; $base-400: #8F67CB; $base-500: #7045B0; $base-600: #593B87; $base-700: #422F60; $base-800: #2E223F; $base-900: #1D1627; $base-hover: #150A27; $base-subtle: #B59CDB;
{
"color": {
"base": {
"value": "#1B0C32",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F6F2FC",
"type": "color"
},
"100": {
"value": "#E8DDF8",
"type": "color"
},
"200": {
"value": "#D1BDEF",
"type": "color"
},
"300": {
"value": "#B090DF",
"type": "color"
},
"400": {
"value": "#8F67CB",
"type": "color"
},
"500": {
"value": "#7045B0",
"type": "color"
},
"600": {
"value": "#593B87",
"type": "color"
},
"700": {
"value": "#422F60",
"type": "color"
},
"800": {
"value": "#2E223F",
"type": "color"
},
"900": {
"value": "#1D1627",
"type": "color"
}
}
}
}