#c421eb
a balanced, electric violet · warm · closest name: magenta
RGB
196, 33, 235
HSL
288°, 84%, 53%
CMYK
17, 86, 0, 8
Luminance
0.1882
Every format
| HEX | #c421eb |
| RGB | rgb(196, 33, 235) |
| HSL | hsl(288, 84%, 53%) |
| CMYK | cmyk(17%, 86%, 0%, 8%) |
| LAB | lab(50.5 82.8 -66.0) |
| LCH | lch(50.5 105.8 321.4) |
| OKLCH | oklch(0.611 0.279 318.2) |
Copy-ready code
/* CSS */
color: #c421eb;
background-color: #c421eb;
/* Tailwind (arbitrary) */
class="text-[#c421eb] bg-[#c421eb]"
/* SCSS */
$brand: #c421eb;
/* SwiftUI */
Color(red: 0.769, green: 0.129, blue: 0.922)
/* Android */
Color.parseColor("#c421eb")Accessibility — WCAG contrast
Aa
#c421eb on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c421eb on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green12.9%
Blue92.2%
CMYK percentages
Cyan16.6%
Magenta86.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c421eb text on a black background
contrast 4.76:1
Card sample
#c421eb text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c421eb;
Background color
Panel with #c421eb background
background-color: #c421eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c421eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 33, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 33, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c421eb; background: linear-gradient(135deg, #c421eb, #EB218B);