#aa8eee
a light, vivid violet · warm · closest name: plum
RGB
170, 142, 238
HSL
258°, 74%, 75%
CMYK
29, 40, 0, 7
Luminance
0.3407
Every format
| HEX | #aa8eee |
| RGB | rgb(170, 142, 238) |
| HSL | hsl(258, 74%, 75%) |
| CMYK | cmyk(29%, 40%, 0%, 7%) |
| LAB | lab(65.0 30.7 -44.7) |
| LCH | lch(65.0 54.2 304.5) |
| OKLCH | oklch(0.711 0.139 296.1) |
Copy-ready code
/* CSS */
color: #aa8eee;
background-color: #aa8eee;
/* Tailwind (arbitrary) */
class="text-[#aa8eee] bg-[#aa8eee]"
/* SCSS */
$brand: #aa8eee;
/* SwiftUI */
Color(red: 0.667, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#aa8eee")Accessibility — WCAG contrast
Aa
#aa8eee on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa8eee on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green55.7%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#aa8eee text on a black background
contrast 7.81:1
Card sample
#aa8eee text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa8eee;
Background color
Panel with #aa8eee background
background-color: #aa8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa8eee; background: linear-gradient(135deg, #aa8eee, #EA8EEE);