#ac87eb
a light, vivid violet · warm · closest name: slateblue
RGB
172, 135, 235
HSL
262°, 71%, 73%
CMYK
27, 43, 0, 8
Luminance
0.3210
Every format
| HEX | #ac87eb |
| RGB | rgb(172, 135, 235) |
| HSL | hsl(262, 71%, 73%) |
| CMYK | cmyk(27%, 43%, 0%, 8%) |
| LAB | lab(63.4 34.4 -45.5) |
| LCH | lch(63.4 57.0 307.1) |
| OKLCH | oklch(0.699 0.146 299.7) |
Copy-ready code
/* CSS */
color: #ac87eb;
background-color: #ac87eb;
/* Tailwind (arbitrary) */
class="text-[#ac87eb] bg-[#ac87eb]"
/* SCSS */
$brand: #ac87eb;
/* SwiftUI */
Color(red: 0.675, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#ac87eb")Accessibility — WCAG contrast
Aa
#ac87eb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac87eb on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green52.9%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ac87eb text on a black background
contrast 7.42:1
Card sample
#ac87eb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac87eb;
Background color
Panel with #ac87eb background
background-color: #ac87eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac87eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac87eb; background: linear-gradient(135deg, #ac87eb, #EB87E7);