#a86eee
a light, electric violet · warm · closest name: slateblue
RGB
168, 110, 238
HSL
267°, 79%, 68%
CMYK
29, 54, 0, 7
Luminance
0.2565
Every format
| HEX | #a86eee |
| RGB | rgb(168, 110, 238) |
| HSL | hsl(267, 79%, 68%) |
| CMYK | cmyk(29%, 54%, 0%, 7%) |
| LAB | lab(57.7 47.9 -56.3) |
| LCH | lch(57.7 73.9 310.4) |
| OKLCH | oklch(0.655 0.188 302.4) |
Copy-ready code
/* CSS */
color: #a86eee;
background-color: #a86eee;
/* Tailwind (arbitrary) */
class="text-[#a86eee] bg-[#a86eee]"
/* SCSS */
$brand: #a86eee;
/* SwiftUI */
Color(red: 0.659, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#a86eee")Accessibility — WCAG contrast
Aa
#a86eee on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a86eee on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green43.1%
Blue93.3%
CMYK percentages
Cyan29.4%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#a86eee text on a black background
contrast 6.13:1
Card sample
#a86eee text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a86eee;
Background color
Panel with #a86eee background
background-color: #a86eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a86eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a86eee; background: linear-gradient(135deg, #a86eee, #EE6EDF);