#aa88ee
a light, electric violet · warm · closest name: slateblue
RGB
170, 136, 238
HSL
260°, 75%, 73%
CMYK
29, 43, 0, 7
Luminance
0.3233
Every format
| HEX | #aa88ee |
| RGB | rgb(170, 136, 238) |
| HSL | hsl(260, 75%, 73%) |
| CMYK | cmyk(29%, 43%, 0%, 7%) |
| LAB | lab(63.6 34.0 -46.9) |
| LCH | lch(63.6 57.9 306.0) |
| OKLCH | oklch(0.700 0.148 297.8) |
Copy-ready code
/* CSS */
color: #aa88ee;
background-color: #aa88ee;
/* Tailwind (arbitrary) */
class="text-[#aa88ee] bg-[#aa88ee]"
/* SCSS */
$brand: #aa88ee;
/* SwiftUI */
Color(red: 0.667, green: 0.533, blue: 0.933)
/* Android */
Color.parseColor("#aa88ee")Accessibility — WCAG contrast
Aa
#aa88ee on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa88ee on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green53.3%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta42.9%
Yellow0.0%
Key (black)6.7%
Color previews
#aa88ee text on a black background
contrast 7.47:1
Card sample
#aa88ee text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa88ee;
Background color
Panel with #aa88ee background
background-color: #aa88ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa88ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 136, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 136, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa88ee; background: linear-gradient(135deg, #aa88ee, #EE88EE);