#aa0eee
a balanced, electric violet · warm · closest name: magenta
RGB
170, 14, 238
HSL
282°, 89%, 49%
CMYK
29, 94, 0, 7
Luminance
0.1503
Every format
| HEX | #aa0eee |
| RGB | rgb(170, 14, 238) |
| HSL | hsl(282, 89%, 49%) |
| CMYK | cmyk(29%, 94%, 0%, 7%) |
| LAB | lab(45.7 82.6 -75.7) |
| LCH | lch(45.7 112.0 317.5) |
| OKLCH | oklch(0.570 0.282 310.4) |
Copy-ready code
/* CSS */
color: #aa0eee;
background-color: #aa0eee;
/* Tailwind (arbitrary) */
class="text-[#aa0eee] bg-[#aa0eee]"
/* SCSS */
$brand: #aa0eee;
/* SwiftUI */
Color(red: 0.667, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#aa0eee")Accessibility — WCAG contrast
Aa
#aa0eee on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa0eee on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green5.5%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#aa0eee text on a black background
contrast 4.01:1
Card sample
#aa0eee text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa0eee;
Background color
Panel with #aa0eee background
background-color: #aa0eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa0eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa0eee; background: linear-gradient(135deg, #aa0eee, #EE0E9D);