#c22cff
a balanced, electric violet · warm · closest name: magenta
RGB
194, 44, 255
HSL
283°, 100%, 59%
CMYK
24, 83, 0, 0
Luminance
0.2049
Every format
| HEX | #c22cff |
| RGB | rgb(194, 44, 255) |
| HSL | hsl(283, 100%, 59%) |
| CMYK | cmyk(24%, 83%, 0%, 0%) |
| LAB | lab(52.4 83.6 -74.1) |
| LCH | lch(52.4 111.7 318.4) |
| OKLCH | oklch(0.628 0.287 313.0) |
Copy-ready code
/* CSS */
color: #c22cff;
background-color: #c22cff;
/* Tailwind (arbitrary) */
class="text-[#c22cff] bg-[#c22cff]"
/* SCSS */
$brand: #c22cff;
/* SwiftUI */
Color(red: 0.761, green: 0.173, blue: 1.000)
/* Android */
Color.parseColor("#c22cff")Accessibility — WCAG contrast
Aa
#c22cff on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c22cff on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green17.3%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta82.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c22cff text on a black background
contrast 5.10:1
Card sample
#c22cff text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22cff;
Background color
Panel with #c22cff background
background-color: #c22cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 44, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 44, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22cff; background: linear-gradient(135deg, #c22cff, #FF2CAF);