#21069A is a deep, cool violet. On the Color Lab it reads clean and engineered, quietly premium. It sits well as a supporting tone.
Not just a swatch — here's how #21069A works with other colors. Named schemes with #21069A in its natural role, and a note on why the supporting colors balance it.
Zaffre 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.
Zaffre is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Zaffre.
Zaffre adds the colour to this moody editorial scheme — charcoal and a mid-grey around it, a bone highlight, and a muted jewel accent drawn from Zaffre.
Zaffre opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Zaffre 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 Zaffre carrying the quiet middle.
How #21069A 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 #21069A at work across the surfaces designers actually ship.
:root {
--color-base: #21069A;
--color-base-rgb: 33 6 154;
--color-base-oklch: oklch(32.8% 0.204 273.0);
--color-50: #F3F0FE;
--color-100: #DFD8FD;
--color-200: #BEB1FC;
--color-300: #927CF4;
--color-400: #684CE6;
--color-500: #4729CC;
--color-600: #3C279B;
--color-700: #30226D;
--color-800: #221A47;
--color-900: #17122B;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
zaffre: {
50: '#F3F0FE',
100: '#DFD8FD',
200: '#BEB1FC',
300: '#927CF4',
400: '#684CE6',
500: '#4729CC',
600: '#3C279B',
700: '#30226D',
800: '#221A47',
900: '#17122B',
},
}
$base: #21069A; $base-ink: #FFFFFF; $base-50: #F3F0FE; $base-100: #DFD8FD; $base-200: #BEB1FC; $base-300: #927CF4; $base-400: #684CE6; $base-500: #4729CC; $base-600: #3C279B; $base-700: #30226D; $base-800: #221A47; $base-900: #17122B; $base-hover: #1A047A; $base-subtle: #B3A5F0;
{
"color": {
"base": {
"value": "#21069A",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F3F0FE",
"type": "color"
},
"100": {
"value": "#DFD8FD",
"type": "color"
},
"200": {
"value": "#BEB1FC",
"type": "color"
},
"300": {
"value": "#927CF4",
"type": "color"
},
"400": {
"value": "#684CE6",
"type": "color"
},
"500": {
"value": "#4729CC",
"type": "color"
},
"600": {
"value": "#3C279B",
"type": "color"
},
"700": {
"value": "#30226D",
"type": "color"
},
"800": {
"value": "#221A47",
"type": "color"
},
"900": {
"value": "#17122B",
"type": "color"
}
}
}
}