#ac86fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 134, 253
HSL
259°, 97%, 76%
CMYK
32, 47, 0, 1
Luminance
0.3291
Every format
| HEX | #ac86fd |
| RGB | rgb(172, 134, 253) |
| HSL | hsl(259, 97%, 76%) |
| CMYK | cmyk(32%, 47%, 0%, 1%) |
| LAB | lab(64.1 39.4 -54.4) |
| LCH | lch(64.1 67.1 305.9) |
| OKLCH | oklch(0.707 0.171 296.5) |
Copy-ready code
/* CSS */
color: #ac86fd;
background-color: #ac86fd;
/* Tailwind (arbitrary) */
class="text-[#ac86fd] bg-[#ac86fd]"
/* SCSS */
$brand: #ac86fd;
/* SwiftUI */
Color(red: 0.675, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#ac86fd")Accessibility — WCAG contrast
Aa
#ac86fd on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac86fd on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green52.5%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ac86fd text on a black background
contrast 7.58:1
Card sample
#ac86fd text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac86fd;
Background color
Panel with #ac86fd background
background-color: #ac86fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac86fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac86fd; background: linear-gradient(135deg, #ac86fd, #FB86FD);