#c22afb
a balanced, electric violet · warm · closest name: magenta
RGB
194, 42, 251
HSL
284°, 96%, 58%
CMYK
23, 83, 0, 2
Luminance
0.2009
Every format
| HEX | #c22afb |
| RGB | rgb(194, 42, 251) |
| HSL | hsl(284, 96%, 58%) |
| CMYK | cmyk(23%, 83%, 0%, 2%) |
| LAB | lab(51.9 83.4 -72.6) |
| LCH | lch(51.9 110.6 318.9) |
| OKLCH | oklch(0.624 0.285 313.9) |
Copy-ready code
/* CSS */
color: #c22afb;
background-color: #c22afb;
/* Tailwind (arbitrary) */
class="text-[#c22afb] bg-[#c22afb]"
/* SCSS */
$brand: #c22afb;
/* SwiftUI */
Color(red: 0.761, green: 0.165, blue: 0.984)
/* Android */
Color.parseColor("#c22afb")Accessibility — WCAG contrast
Aa
#c22afb on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c22afb on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green16.5%
Blue98.4%
CMYK percentages
Cyan22.7%
Magenta83.3%
Yellow0.0%
Key (black)1.6%
Color previews
#c22afb text on a black background
contrast 5.02:1
Card sample
#c22afb text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22afb;
Background color
Panel with #c22afb background
background-color: #c22afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 42, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 42, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22afb; background: linear-gradient(135deg, #c22afb, #FB2AA9);