#c22df6
a balanced, electric violet · warm · closest name: magenta
RGB
194, 45, 246
HSL
285°, 92%, 57%
CMYK
21, 82, 0, 4
Luminance
0.2000
Every format
| HEX | #c22df6 |
| RGB | rgb(194, 45, 246) |
| HSL | hsl(285, 92%, 57%) |
| CMYK | cmyk(21%, 82%, 0%, 4%) |
| LAB | lab(51.8 81.7 -70.0) |
| LCH | lch(51.8 107.6 319.4) |
| OKLCH | oklch(0.622 0.279 314.9) |
Copy-ready code
/* CSS */
color: #c22df6;
background-color: #c22df6;
/* Tailwind (arbitrary) */
class="text-[#c22df6] bg-[#c22df6]"
/* SCSS */
$brand: #c22df6;
/* SwiftUI */
Color(red: 0.761, green: 0.176, blue: 0.965)
/* Android */
Color.parseColor("#c22df6")Accessibility — WCAG contrast
Aa
#c22df6 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c22df6 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green17.6%
Blue96.5%
CMYK percentages
Cyan21.1%
Magenta81.7%
Yellow0.0%
Key (black)3.5%
Color previews
#c22df6 text on a black background
contrast 5.00:1
Card sample
#c22df6 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22df6;
Background color
Panel with #c22df6 background
background-color: #c22df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 45, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 45, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22df6; background: linear-gradient(135deg, #c22df6, #F62DA4);