#c419ec
a balanced, electric violet · warm · closest name: magenta
RGB
196, 25, 236
HSL
289°, 85%, 51%
CMYK
17, 89, 0, 8
Luminance
0.1849
Every format
| HEX | #c419ec |
| RGB | rgb(196, 25, 236) |
| HSL | hsl(289, 85%, 51%) |
| CMYK | cmyk(17%, 89%, 0%, 8%) |
| LAB | lab(50.1 84.3 -67.2) |
| LCH | lch(50.1 107.8 321.4) |
| OKLCH | oklch(0.608 0.284 318.1) |
Copy-ready code
/* CSS */
color: #c419ec;
background-color: #c419ec;
/* Tailwind (arbitrary) */
class="text-[#c419ec] bg-[#c419ec]"
/* SCSS */
$brand: #c419ec;
/* SwiftUI */
Color(red: 0.769, green: 0.098, blue: 0.925)
/* Android */
Color.parseColor("#c419ec")Accessibility — WCAG contrast
Aa
#c419ec on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c419ec on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green9.8%
Blue92.5%
CMYK percentages
Cyan16.9%
Magenta89.4%
Yellow0.0%
Key (black)7.5%
Color previews
#c419ec text on a black background
contrast 4.70:1
Card sample
#c419ec text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c419ec;
Background color
Panel with #c419ec background
background-color: #c419ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c419ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 25, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 25, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c419ec; background: linear-gradient(135deg, #c419ec, #EC1987);