#c424fd
a balanced, electric violet · warm · closest name: magenta
RGB
196, 36, 253
HSL
284°, 98%, 57%
CMYK
23, 86, 0, 1
Luminance
0.2009
Every format
| HEX | #c424fd |
| RGB | rgb(196, 36, 253) |
| HSL | hsl(284, 98%, 57%) |
| CMYK | cmyk(23%, 86%, 0%, 1%) |
| LAB | lab(51.9 85.3 -73.7) |
| LCH | lch(51.9 112.8 319.2) |
| OKLCH | oklch(0.625 0.291 314.2) |
Copy-ready code
/* CSS */
color: #c424fd;
background-color: #c424fd;
/* Tailwind (arbitrary) */
class="text-[#c424fd] bg-[#c424fd]"
/* SCSS */
$brand: #c424fd;
/* SwiftUI */
Color(red: 0.769, green: 0.141, blue: 0.992)
/* Android */
Color.parseColor("#c424fd")Accessibility — WCAG contrast
Aa
#c424fd on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c424fd on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green14.1%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta85.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c424fd text on a black background
contrast 5.02:1
Card sample
#c424fd text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c424fd;
Background color
Panel with #c424fd background
background-color: #c424fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c424fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 36, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 36, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c424fd; background: linear-gradient(135deg, #c424fd, #FD24A6);