#aa85ff
a light, electric violet · warm · closest name: slateblue
RGB
170, 133, 255
HSL
258°, 100%, 76%
CMYK
33, 48, 0, 0
Luminance
0.3254
Every format
| HEX | #aa85ff |
| RGB | rgb(170, 133, 255) |
| HSL | hsl(258, 100%, 76%) |
| CMYK | cmyk(33%, 48%, 0%, 0%) |
| LAB | lab(63.8 40.0 -55.9) |
| LCH | lch(63.8 68.7 305.5) |
| OKLCH | oklch(0.704 0.175 295.6) |
Copy-ready code
/* CSS */
color: #aa85ff;
background-color: #aa85ff;
/* Tailwind (arbitrary) */
class="text-[#aa85ff] bg-[#aa85ff]"
/* SCSS */
$brand: #aa85ff;
/* SwiftUI */
Color(red: 0.667, green: 0.522, blue: 1.000)
/* Android */
Color.parseColor("#aa85ff")Accessibility — WCAG contrast
Aa
#aa85ff on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa85ff on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green52.2%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta47.8%
Yellow0.0%
Key (black)0.0%
Color previews
#aa85ff text on a black background
contrast 7.51:1
Card sample
#aa85ff text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa85ff;
Background color
Panel with #aa85ff background
background-color: #aa85ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa85ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 133, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 133, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa85ff; background: linear-gradient(135deg, #aa85ff, #FB85FF);