#22012F is a deep, temperate magenta. 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 #22012F works with other colors. Named schemes with #22012F in its natural role, and a note on why the supporting colors balance it.
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 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.
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.
Deep Purple sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
How #22012F 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 #22012F at work across the surfaces designers actually ship.
:root {
--color-base: #22012F;
--color-base-rgb: 34 1 47;
--color-base-oklch: oklch(19.1% 0.091 314.4);
--color-50: #FAF0FE;
--color-100: #F3D8FD;
--color-200: #E6B1FC;
--color-300: #D27AF6;
--color-400: #BB4AE8;
--color-500: #9F26CF;
--color-600: #7B259D;
--color-700: #58216E;
--color-800: #3A1948;
--color-900: #24122C;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
deep-purple: {
50: '#FAF0FE',
100: '#F3D8FD',
200: '#E6B1FC',
300: '#D27AF6',
400: '#BB4AE8',
500: '#9F26CF',
600: '#7B259D',
700: '#58216E',
800: '#3A1948',
900: '#24122C',
},
}
$base: #22012F; $base-ink: #FFFFFF; $base-50: #FAF0FE; $base-100: #F3D8FD; $base-200: #E6B1FC; $base-300: #D27AF6; $base-400: #BB4AE8; $base-500: #9F26CF; $base-600: #7B259D; $base-700: #58216E; $base-800: #3A1948; $base-900: #24122C; $base-hover: #1A0124; $base-subtle: #CF87EC;
{
"color": {
"base": {
"value": "#22012F",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FAF0FE",
"type": "color"
},
"100": {
"value": "#F3D8FD",
"type": "color"
},
"200": {
"value": "#E6B1FC",
"type": "color"
},
"300": {
"value": "#D27AF6",
"type": "color"
},
"400": {
"value": "#BB4AE8",
"type": "color"
},
"500": {
"value": "#9F26CF",
"type": "color"
},
"600": {
"value": "#7B259D",
"type": "color"
},
"700": {
"value": "#58216E",
"type": "color"
},
"800": {
"value": "#3A1948",
"type": "color"
},
"900": {
"value": "#24122C",
"type": "color"
}
}
}
}