#aa88ff
a light, electric violet · warm · closest name: slateblue
RGB
170, 136, 255
HSL
257°, 100%, 77%
CMYK
33, 47, 0, 0
Luminance
0.3337
Every format
| HEX | #aa88ff |
| RGB | rgb(170, 136, 255) |
| HSL | hsl(257, 100%, 77%) |
| CMYK | cmyk(33%, 47%, 0%, 0%) |
| LAB | lab(64.5 38.3 -54.9) |
| LCH | lch(64.5 66.9 304.9) |
| OKLCH | oklch(0.709 0.170 294.8) |
Copy-ready code
/* CSS */
color: #aa88ff;
background-color: #aa88ff;
/* Tailwind (arbitrary) */
class="text-[#aa88ff] bg-[#aa88ff]"
/* SCSS */
$brand: #aa88ff;
/* SwiftUI */
Color(red: 0.667, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#aa88ff")Accessibility — WCAG contrast
Aa
#aa88ff on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa88ff on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green53.3%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#aa88ff text on a black background
contrast 7.67:1
Card sample
#aa88ff text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa88ff;
Background color
Panel with #aa88ff background
background-color: #aa88ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa88ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa88ff; background: linear-gradient(135deg, #aa88ff, #F988FF);