#ac86eb
a light, vivid violet · warm · closest name: slateblue
RGB
172, 134, 235
HSL
263°, 72%, 72%
CMYK
27, 43, 0, 8
Luminance
0.3182
Every format
| HEX | #ac86eb |
| RGB | rgb(172, 134, 235) |
| HSL | hsl(263, 72%, 72%) |
| CMYK | cmyk(27%, 43%, 0%, 8%) |
| LAB | lab(63.2 35.0 -45.9) |
| LCH | lch(63.2 57.7 307.3) |
| OKLCH | oklch(0.697 0.148 299.9) |
Copy-ready code
/* CSS */
color: #ac86eb;
background-color: #ac86eb;
/* Tailwind (arbitrary) */
class="text-[#ac86eb] bg-[#ac86eb]"
/* SCSS */
$brand: #ac86eb;
/* SwiftUI */
Color(red: 0.675, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#ac86eb")Accessibility — WCAG contrast
Aa
#ac86eb on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac86eb on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green52.5%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ac86eb text on a black background
contrast 7.36:1
Card sample
#ac86eb text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac86eb;
Background color
Panel with #ac86eb background
background-color: #ac86eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac86eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac86eb; background: linear-gradient(135deg, #ac86eb, #EB86E7);