#c424eb
a balanced, electric violet · warm · closest name: magenta
RGB
196, 36, 235
HSL
288°, 83%, 53%
CMYK
17, 85, 0, 8
Luminance
0.1900
Every format
| HEX | #c424eb |
| RGB | rgb(196, 36, 235) |
| HSL | hsl(288, 83%, 53%) |
| CMYK | cmyk(17%, 85%, 0%, 8%) |
| LAB | lab(50.7 82.2 -65.7) |
| LCH | lch(50.7 105.2 321.4) |
| OKLCH | oklch(0.612 0.277 318.2) |
Copy-ready code
/* CSS */
color: #c424eb;
background-color: #c424eb;
/* Tailwind (arbitrary) */
class="text-[#c424eb] bg-[#c424eb]"
/* SCSS */
$brand: #c424eb;
/* SwiftUI */
Color(red: 0.769, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#c424eb")Accessibility — WCAG contrast
Aa
#c424eb on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c424eb on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green14.1%
Blue92.2%
CMYK percentages
Cyan16.6%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c424eb text on a black background
contrast 4.80:1
Card sample
#c424eb text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c424eb;
Background color
Panel with #c424eb background
background-color: #c424eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c424eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c424eb; background: linear-gradient(135deg, #c424eb, #EB248D);