#C219DC is a mid-toned, temperate magenta. On the Color Lab it reads clean and engineered, bold and ownable. It sits well as a supporting tone.
Not just a swatch — here's how #C219DC works with other colors. Named schemes with #C219DC in its natural role, and a note on why the supporting colors balance it.
Electric Purple sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Electric Purple is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Electric Purple.
Electric 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 Electric Purple carrying the quiet middle.
Electric Purple glows at the center of this sunset palette, joined by coral and gold, deepened by a plum anchor and cooled with cream.
Electric 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.
How #C219DC 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 #C219DC at work across the surfaces designers actually ship.
:root {
--color-base: #C219DC;
--color-base-rgb: 194 25 220;
--color-base-oklch: oklch(59.4% 0.272 321.4);
--color-50: #FCF1FE;
--color-100: #F7D9FC;
--color-200: #EEB6F7;
--color-300: #DD84EB;
--color-400: #CA57DB;
--color-500: #AE34C1;
--color-600: #852F93;
--color-700: #5F2768;
--color-800: #3F1D44;
--color-900: #271429;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
electric-purple: {
50: '#FCF1FE',
100: '#F7D9FC',
200: '#EEB6F7',
300: '#DD84EB',
400: '#CA57DB',
500: '#AE34C1',
600: '#852F93',
700: '#5F2768',
800: '#3F1D44',
900: '#271429',
},
}
$base: #C219DC; $base-ink: #FFFFFF; $base-50: #FCF1FE; $base-100: #F7D9FC; $base-200: #EEB6F7; $base-300: #DD84EB; $base-400: #CA57DB; $base-500: #AE34C1; $base-600: #852F93; $base-700: #5F2768; $base-800: #3F1D44; $base-900: #271429; $base-hover: #9B14B0; $base-subtle: #E9BFEF;
{
"color": {
"base": {
"value": "#C219DC",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF1FE",
"type": "color"
},
"100": {
"value": "#F7D9FC",
"type": "color"
},
"200": {
"value": "#EEB6F7",
"type": "color"
},
"300": {
"value": "#DD84EB",
"type": "color"
},
"400": {
"value": "#CA57DB",
"type": "color"
},
"500": {
"value": "#AE34C1",
"type": "color"
},
"600": {
"value": "#852F93",
"type": "color"
},
"700": {
"value": "#5F2768",
"type": "color"
},
"800": {
"value": "#3F1D44",
"type": "color"
},
"900": {
"value": "#271429",
"type": "color"
}
}
}
}