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