#a86fdf
a light, vivid violet · warm · closest name: slateblue
RGB
168, 111, 223
HSL
271°, 64%, 66%
CMYK
25, 50, 0, 13
Luminance
0.2502
Every format
| HEX | #a86fdf |
| RGB | rgb(168, 111, 223) |
| HSL | hsl(271, 64%, 66%) |
| CMYK | cmyk(25%, 50%, 0%, 13%) |
| LAB | lab(57.1 43.8 -48.8) |
| LCH | lch(57.1 65.6 311.9) |
| OKLCH | oklch(0.648 0.169 305.7) |
Copy-ready code
/* CSS */
color: #a86fdf;
background-color: #a86fdf;
/* Tailwind (arbitrary) */
class="text-[#a86fdf] bg-[#a86fdf]"
/* SCSS */
$brand: #a86fdf;
/* SwiftUI */
Color(red: 0.659, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#a86fdf")Accessibility — WCAG contrast
Aa
#a86fdf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a86fdf on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green43.5%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#a86fdf text on a black background
contrast 6.00:1
Card sample
#a86fdf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a86fdf;
Background color
Panel with #a86fdf background
background-color: #a86fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a86fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a86fdf; background: linear-gradient(135deg, #a86fdf, #DF6FCB);