#c42dfb
a balanced, electric violet · warm · closest name: magenta
RGB
196, 45, 251
HSL
284°, 96%, 58%
CMYK
22, 82, 0, 2
Luminance
0.2058
Every format
| HEX | #c42dfb |
| RGB | rgb(196, 45, 251) |
| HSL | hsl(284, 96%, 58%) |
| CMYK | cmyk(22%, 82%, 0%, 2%) |
| LAB | lab(52.5 82.9 -71.7) |
| LCH | lch(52.5 109.7 319.1) |
| OKLCH | oklch(0.628 0.284 314.3) |
Copy-ready code
/* CSS */
color: #c42dfb;
background-color: #c42dfb;
/* Tailwind (arbitrary) */
class="text-[#c42dfb] bg-[#c42dfb]"
/* SCSS */
$brand: #c42dfb;
/* SwiftUI */
Color(red: 0.769, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#c42dfb")Accessibility — WCAG contrast
Aa
#c42dfb on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c42dfb on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green17.6%
Blue98.4%
CMYK percentages
Cyan21.9%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#c42dfb text on a black background
contrast 5.12:1
Card sample
#c42dfb text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c42dfb;
Background color
Panel with #c42dfb background
background-color: #c42dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c42dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c42dfb; background: linear-gradient(135deg, #c42dfb, #FB2DA9);