#aa77ee
a light, electric violet · warm · closest name: slateblue
RGB
170, 119, 238
HSL
266°, 78%, 70%
CMYK
29, 50, 0, 7
Luminance
0.2791
Every format
| HEX | #aa77ee |
| RGB | rgb(170, 119, 238) |
| HSL | hsl(266, 78%, 70%) |
| CMYK | cmyk(29%, 50%, 0%, 7%) |
| LAB | lab(59.8 43.5 -52.9) |
| LCH | lch(59.8 68.5 309.4) |
| OKLCH | oklch(0.671 0.175 301.7) |
Copy-ready code
/* CSS */
color: #aa77ee;
background-color: #aa77ee;
/* Tailwind (arbitrary) */
class="text-[#aa77ee] bg-[#aa77ee]"
/* SCSS */
$brand: #aa77ee;
/* SwiftUI */
Color(red: 0.667, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#aa77ee")Accessibility — WCAG contrast
Aa
#aa77ee on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa77ee on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green46.7%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#aa77ee text on a black background
contrast 6.58:1
Card sample
#aa77ee text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa77ee;
Background color
Panel with #aa77ee background
background-color: #aa77ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa77ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa77ee; background: linear-gradient(135deg, #aa77ee, #EE77E3);