#aa11ee
a balanced, electric violet · warm · closest name: magenta
RGB
170, 17, 238
HSL
282°, 87%, 50%
CMYK
29, 93, 0, 7
Luminance
0.1512
Every format
| HEX | #aa11ee |
| RGB | rgb(170, 17, 238) |
| HSL | hsl(282, 87%, 50%) |
| CMYK | cmyk(29%, 93%, 0%, 7%) |
| LAB | lab(45.8 82.2 -75.5) |
| LCH | lch(45.8 111.6 317.4) |
| OKLCH | oklch(0.571 0.282 310.3) |
Copy-ready code
/* CSS */
color: #aa11ee;
background-color: #aa11ee;
/* Tailwind (arbitrary) */
class="text-[#aa11ee] bg-[#aa11ee]"
/* SCSS */
$brand: #aa11ee;
/* SwiftUI */
Color(red: 0.667, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#aa11ee")Accessibility — WCAG contrast
Aa
#aa11ee on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa11ee on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green6.7%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#aa11ee text on a black background
contrast 4.02:1
Card sample
#aa11ee text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa11ee;
Background color
Panel with #aa11ee background
background-color: #aa11ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa11ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa11ee; background: linear-gradient(135deg, #aa11ee, #EE119F);