#c42df3
a balanced, electric violet · warm · closest name: magenta
RGB
196, 45, 243
HSL
286°, 89%, 57%
CMYK
19, 82, 0, 5
Luminance
0.2008
Every format
| HEX | #c42df3 |
| RGB | rgb(196, 45, 243) |
| HSL | hsl(286, 89%, 57%) |
| CMYK | cmyk(19%, 82%, 0%, 5%) |
| LAB | lab(51.9 81.5 -68.1) |
| LCH | lch(51.9 106.2 320.1) |
| OKLCH | oklch(0.623 0.277 316.1) |
Copy-ready code
/* CSS */
color: #c42df3;
background-color: #c42df3;
/* Tailwind (arbitrary) */
class="text-[#c42df3] bg-[#c42df3]"
/* SCSS */
$brand: #c42df3;
/* SwiftUI */
Color(red: 0.769, green: 0.176, blue: 0.953)
/* Android */
Color.parseColor("#c42df3")Accessibility — WCAG contrast
Aa
#c42df3 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c42df3 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green17.6%
Blue95.3%
CMYK percentages
Cyan19.3%
Magenta81.5%
Yellow0.0%
Key (black)4.7%
Color previews
#c42df3 text on a black background
contrast 5.02:1
Card sample
#c42df3 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c42df3;
Background color
Panel with #c42df3 background
background-color: #c42df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c42df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 45, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 45, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c42df3; background: linear-gradient(135deg, #c42df3, #F32D9E);