#c22eee
a balanced, electric violet · warm · closest name: magenta
RGB
194, 46, 238
HSL
286°, 85%, 56%
CMYK
19, 81, 0, 7
Luminance
0.1960
Every format
| HEX | #c22eee |
| RGB | rgb(194, 46, 238) |
| HSL | hsl(286, 85%, 56%) |
| CMYK | cmyk(19%, 81%, 0%, 7%) |
| LAB | lab(51.4 80.0 -66.3) |
| LCH | lch(51.4 103.9 320.4) |
| OKLCH | oklch(0.617 0.272 316.6) |
Copy-ready code
/* CSS */
color: #c22eee;
background-color: #c22eee;
/* Tailwind (arbitrary) */
class="text-[#c22eee] bg-[#c22eee]"
/* SCSS */
$brand: #c22eee;
/* SwiftUI */
Color(red: 0.761, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#c22eee")Accessibility — WCAG contrast
Aa
#c22eee on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c22eee on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green18.0%
Blue93.3%
CMYK percentages
Cyan18.5%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c22eee text on a black background
contrast 4.92:1
Card sample
#c22eee text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22eee;
Background color
Panel with #c22eee background
background-color: #c22eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22eee; background: linear-gradient(135deg, #c22eee, #EE2E9A);