#a86df8
a light, electric violet · warm · closest name: slateblue
RGB
168, 109, 248
HSL
266°, 91%, 70%
CMYK
32, 56, 0, 3
Luminance
0.2604
Every format
| HEX | #a86df8 |
| RGB | rgb(168, 109, 248) |
| HSL | hsl(266, 91%, 70%) |
| CMYK | cmyk(32%, 56%, 0%, 3%) |
| LAB | lab(58.1 50.9 -61.2) |
| LCH | lch(58.1 79.6 309.7) |
| OKLCH | oklch(0.660 0.201 300.6) |
Copy-ready code
/* CSS */
color: #a86df8;
background-color: #a86df8;
/* Tailwind (arbitrary) */
class="text-[#a86df8] bg-[#a86df8]"
/* SCSS */
$brand: #a86df8;
/* SwiftUI */
Color(red: 0.659, green: 0.427, blue: 0.973)
/* Android */
Color.parseColor("#a86df8")Accessibility — WCAG contrast
Aa
#a86df8 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a86df8 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green42.7%
Blue97.3%
CMYK percentages
Cyan32.3%
Magenta56.0%
Yellow0.0%
Key (black)2.7%
Color previews
#a86df8 text on a black background
contrast 6.21:1
Card sample
#a86df8 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a86df8;
Background color
Panel with #a86df8 background
background-color: #a86df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a86df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 109, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 109, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a86df8; background: linear-gradient(135deg, #a86df8, #F86DEB);