#aa5eee
a light, electric violet · warm · closest name: slateblue
RGB
170, 94, 238
HSL
272°, 81%, 65%
CMYK
29, 61, 0, 7
Luminance
0.2272
Every format
| HEX | #aa5eee |
| RGB | rgb(170, 94, 238) |
| HSL | hsl(272, 81%, 65%) |
| CMYK | cmyk(29%, 61%, 0%, 7%) |
| LAB | lab(54.8 56.7 -60.9) |
| LCH | lch(54.8 83.2 312.9) |
| OKLCH | oklch(0.635 0.212 305.5) |
Copy-ready code
/* CSS */
color: #aa5eee;
background-color: #aa5eee;
/* Tailwind (arbitrary) */
class="text-[#aa5eee] bg-[#aa5eee]"
/* SCSS */
$brand: #aa5eee;
/* SwiftUI */
Color(red: 0.667, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#aa5eee")Accessibility — WCAG contrast
Aa
#aa5eee on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa5eee on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green36.9%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#aa5eee text on a black background
contrast 5.54:1
Card sample
#aa5eee text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa5eee;
Background color
Panel with #aa5eee background
background-color: #aa5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa5eee; background: linear-gradient(135deg, #aa5eee, #EE5ED2);