#c419c2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
196, 25, 194
HSL
301°, 77%, 43%
CMYK
0, 87, 1, 23
Luminance
0.1633
Every format
| HEX | #c419c2 |
| RGB | rgb(196, 25, 194) |
| HSL | hsl(301, 77%, 43%) |
| CMYK | cmyk(0%, 87%, 1%, 23%) |
| LAB | lab(47.4 77.6 -47.5) |
| LCH | lch(47.4 91.0 328.5) |
| OKLCH | oklch(0.581 0.255 328.8) |
Copy-ready code
/* CSS */
color: #c419c2;
background-color: #c419c2;
/* Tailwind (arbitrary) */
class="text-[#c419c2] bg-[#c419c2]"
/* SCSS */
$brand: #c419c2;
/* SwiftUI */
Color(red: 0.769, green: 0.098, blue: 0.761)
/* Android */
Color.parseColor("#c419c2")Accessibility — WCAG contrast
Aa
#c419c2 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c419c2 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green9.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta87.2%
Yellow1.0%
Key (black)23.1%
Color previews
#c419c2 text on a black background
contrast 4.27:1
Card sample
#c419c2 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c419c2;
Background color
Panel with #c419c2 background
background-color: #c419c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c419c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 25, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 25, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c419c2; background: linear-gradient(135deg, #c419c2, #C41950);