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