#c42ef1
a balanced, electric violet · warm · closest name: magenta
RGB
196, 46, 241
HSL
286°, 87%, 56%
CMYK
19, 81, 0, 6
Luminance
0.2004
Every format
| HEX | #c42ef1 |
| RGB | rgb(196, 46, 241) |
| HSL | hsl(286, 87%, 56%) |
| CMYK | cmyk(19%, 81%, 0%, 6%) |
| LAB | lab(51.9 80.9 -67.1) |
| LCH | lch(51.9 105.1 320.3) |
| OKLCH | oklch(0.622 0.275 316.5) |
Copy-ready code
/* CSS */
color: #c42ef1;
background-color: #c42ef1;
/* Tailwind (arbitrary) */
class="text-[#c42ef1] bg-[#c42ef1]"
/* SCSS */
$brand: #c42ef1;
/* SwiftUI */
Color(red: 0.769, green: 0.180, blue: 0.945)
/* Android */
Color.parseColor("#c42ef1")Accessibility — WCAG contrast
Aa
#c42ef1 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c42ef1 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green18.0%
Blue94.5%
CMYK percentages
Cyan18.7%
Magenta80.9%
Yellow0.0%
Key (black)5.5%
Color previews
#c42ef1 text on a black background
contrast 5.01:1
Card sample
#c42ef1 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c42ef1;
Background color
Panel with #c42ef1 background
background-color: #c42ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c42ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 46, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 46, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c42ef1; background: linear-gradient(135deg, #c42ef1, #F12E9C);