#aa86fc
a light, electric violet · warm · closest name: slateblue
RGB
170, 134, 252
HSL
258°, 95%, 76%
CMYK
33, 47, 0, 1
Luminance
0.3262
Every format
| HEX | #aa86fc |
| RGB | rgb(170, 134, 252) |
| HSL | hsl(258, 95%, 76%) |
| CMYK | cmyk(33%, 47%, 0%, 1%) |
| LAB | lab(63.9 38.6 -54.2) |
| LCH | lch(63.9 66.5 305.5) |
| OKLCH | oklch(0.704 0.170 295.8) |
Copy-ready code
/* CSS */
color: #aa86fc;
background-color: #aa86fc;
/* Tailwind (arbitrary) */
class="text-[#aa86fc] bg-[#aa86fc]"
/* SCSS */
$brand: #aa86fc;
/* SwiftUI */
Color(red: 0.667, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#aa86fc")Accessibility — WCAG contrast
Aa
#aa86fc on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa86fc on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green52.5%
Blue98.8%
CMYK percentages
Cyan32.5%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#aa86fc text on a black background
contrast 7.52:1
Card sample
#aa86fc text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa86fc;
Background color
Panel with #aa86fc background
background-color: #aa86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa86fc; background: linear-gradient(135deg, #aa86fc, #F986FC);