#c22cfd
a balanced, electric violet · warm · closest name: magenta
RGB
194, 44, 253
HSL
283°, 98%, 58%
CMYK
23, 83, 0, 1
Luminance
0.2036
Every format
| HEX | #c22cfd |
| RGB | rgb(194, 44, 253) |
| HSL | hsl(283, 98%, 58%) |
| CMYK | cmyk(23%, 83%, 0%, 1%) |
| LAB | lab(52.3 83.2 -73.2) |
| LCH | lch(52.3 110.9 318.7) |
| OKLCH | oklch(0.626 0.285 313.4) |
Copy-ready code
/* CSS */
color: #c22cfd;
background-color: #c22cfd;
/* Tailwind (arbitrary) */
class="text-[#c22cfd] bg-[#c22cfd]"
/* SCSS */
$brand: #c22cfd;
/* SwiftUI */
Color(red: 0.761, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#c22cfd")Accessibility — WCAG contrast
Aa
#c22cfd on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c22cfd on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green17.3%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c22cfd text on a black background
contrast 5.07:1
Card sample
#c22cfd text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22cfd;
Background color
Panel with #c22cfd background
background-color: #c22cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22cfd; background: linear-gradient(135deg, #c22cfd, #FD2CAC);