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