#c22df0
a balanced, electric violet · warm · closest name: magenta
RGB
194, 45, 240
HSL
286°, 87%, 56%
CMYK
19, 81, 0, 6
Luminance
0.1964
Every format
| HEX | #c22df0 |
| RGB | rgb(194, 45, 240) |
| HSL | hsl(286, 87%, 56%) |
| CMYK | cmyk(19%, 81%, 0%, 6%) |
| LAB | lab(51.4 80.6 -67.3) |
| LCH | lch(51.4 105.0 320.2) |
| OKLCH | oklch(0.618 0.275 316.2) |
Copy-ready code
/* CSS */
color: #c22df0;
background-color: #c22df0;
/* Tailwind (arbitrary) */
class="text-[#c22df0] bg-[#c22df0]"
/* SCSS */
$brand: #c22df0;
/* SwiftUI */
Color(red: 0.761, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#c22df0")Accessibility — WCAG contrast
Aa
#c22df0 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c22df0 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green17.6%
Blue94.1%
CMYK percentages
Cyan19.2%
Magenta81.3%
Yellow0.0%
Key (black)5.9%
Color previews
#c22df0 text on a black background
contrast 4.93:1
Card sample
#c22df0 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22df0;
Background color
Panel with #c22df0 background
background-color: #c22df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22df0; background: linear-gradient(135deg, #c22df0, #F02D9C);