#aa99ee
a light, vivid blue · warm · closest name: plum
RGB
170, 153, 238
HSL
252°, 71%, 77%
CMYK
29, 36, 0, 7
Luminance
0.3750
Every format
| HEX | #aa99ee |
| RGB | rgb(170, 153, 238) |
| HSL | hsl(252, 71%, 77%) |
| CMYK | cmyk(29%, 36%, 0%, 7%) |
| LAB | lab(67.7 24.4 -40.5) |
| LCH | lch(67.7 47.3 301.1) |
| OKLCH | oklch(0.731 0.122 292.3) |
Copy-ready code
/* CSS */
color: #aa99ee;
background-color: #aa99ee;
/* Tailwind (arbitrary) */
class="text-[#aa99ee] bg-[#aa99ee]"
/* SCSS */
$brand: #aa99ee;
/* SwiftUI */
Color(red: 0.667, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#aa99ee")Accessibility — WCAG contrast
Aa
#aa99ee on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa99ee on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.0%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta35.7%
Yellow0.0%
Key (black)6.7%
Color previews
#aa99ee text on a black background
contrast 8.50:1
Card sample
#aa99ee text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa99ee;
Background color
Panel with #aa99ee background
background-color: #aa99ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa99ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa99ee; background: linear-gradient(135deg, #aa99ee, #E399EE);