#c42cf2
a balanced, electric violet · warm · closest name: magenta
RGB
196, 44, 242
HSL
286°, 88%, 56%
CMYK
19, 82, 0, 5
Luminance
0.1995
Every format
| HEX | #c42cf2 |
| RGB | rgb(196, 44, 242) |
| HSL | hsl(286, 88%, 56%) |
| CMYK | cmyk(19%, 82%, 0%, 5%) |
| LAB | lab(51.8 81.6 -67.8) |
| LCH | lch(51.8 106.1 320.3) |
| OKLCH | oklch(0.621 0.277 316.4) |
Copy-ready code
/* CSS */
color: #c42cf2;
background-color: #c42cf2;
/* Tailwind (arbitrary) */
class="text-[#c42cf2] bg-[#c42cf2]"
/* SCSS */
$brand: #c42cf2;
/* SwiftUI */
Color(red: 0.769, green: 0.173, blue: 0.949)
/* Android */
Color.parseColor("#c42cf2")Accessibility — WCAG contrast
Aa
#c42cf2 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c42cf2 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green17.3%
Blue94.9%
CMYK percentages
Cyan19.0%
Magenta81.8%
Yellow0.0%
Key (black)5.1%
Color previews
#c42cf2 text on a black background
contrast 4.99:1
Card sample
#c42cf2 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c42cf2;
Background color
Panel with #c42cf2 background
background-color: #c42cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c42cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 44, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 44, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c42cf2; background: linear-gradient(135deg, #c42cf2, #F22C9C);