#aa66ff
a light, electric violet · warm · closest name: slateblue
RGB
170, 102, 255
HSL
267°, 100%, 70%
CMYK
33, 60, 0, 0
Luminance
0.2527
Every format
| HEX | #aa66ff |
| RGB | rgb(170, 102, 255) |
| HSL | hsl(267, 100%, 70%) |
| CMYK | cmyk(33%, 60%, 0%, 0%) |
| LAB | lab(57.3 56.6 -66.3) |
| LCH | lch(57.3 87.2 310.5) |
| OKLCH | oklch(0.656 0.219 301.0) |
Copy-ready code
/* CSS */
color: #aa66ff;
background-color: #aa66ff;
/* Tailwind (arbitrary) */
class="text-[#aa66ff] bg-[#aa66ff]"
/* SCSS */
$brand: #aa66ff;
/* SwiftUI */
Color(red: 0.667, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#aa66ff")Accessibility — WCAG contrast
Aa
#aa66ff on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa66ff on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green40.0%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#aa66ff text on a black background
contrast 6.05:1
Card sample
#aa66ff text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa66ff;
Background color
Panel with #aa66ff background
background-color: #aa66ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa66ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa66ff; background: linear-gradient(135deg, #aa66ff, #FF66EE);