#a22eee
a balanced, electric violet · warm · closest name: magenta
RGB
162, 46, 238
HSL
276°, 85%, 56%
CMYK
32, 81, 0, 7
Luminance
0.1581
Every format
| HEX | #a22eee |
| RGB | rgb(162, 46, 238) |
| HSL | hsl(276, 85%, 56%) |
| CMYK | cmyk(32%, 81%, 0%, 7%) |
| LAB | lab(46.7 75.0 -74.0) |
| LCH | lch(46.7 105.3 315.4) |
| OKLCH | oklch(0.575 0.263 306.8) |
Copy-ready code
/* CSS */
color: #a22eee;
background-color: #a22eee;
/* Tailwind (arbitrary) */
class="text-[#a22eee] bg-[#a22eee]"
/* SCSS */
$brand: #a22eee;
/* SwiftUI */
Color(red: 0.635, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#a22eee")Accessibility — WCAG contrast
Aa
#a22eee on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a22eee on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green18.0%
Blue93.3%
CMYK percentages
Cyan31.9%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#a22eee text on a black background
contrast 4.16:1
Card sample
#a22eee text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a22eee;
Background color
Panel with #a22eee background
background-color: #a22eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a22eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a22eee; background: linear-gradient(135deg, #a22eee, #EE2EBA);