#ac81eb
a light, vivid violet · warm · closest name: slateblue
RGB
172, 129, 235
HSL
264°, 73%, 71%
CMYK
27, 45, 0, 8
Luminance
0.3047
Every format
| HEX | #ac81eb |
| RGB | rgb(172, 129, 235) |
| HSL | hsl(264, 73%, 71%) |
| CMYK | cmyk(27%, 45%, 0%, 8%) |
| LAB | lab(62.1 37.8 -47.6) |
| LCH | lch(62.1 60.8 308.4) |
| OKLCH | oklch(0.688 0.156 301.1) |
Copy-ready code
/* CSS */
color: #ac81eb;
background-color: #ac81eb;
/* Tailwind (arbitrary) */
class="text-[#ac81eb] bg-[#ac81eb]"
/* SCSS */
$brand: #ac81eb;
/* SwiftUI */
Color(red: 0.675, green: 0.506, blue: 0.922)
/* Android */
Color.parseColor("#ac81eb")Accessibility — WCAG contrast
Aa
#ac81eb on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac81eb on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green50.6%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta45.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ac81eb text on a black background
contrast 7.09:1
Card sample
#ac81eb text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac81eb;
Background color
Panel with #ac81eb background
background-color: #ac81eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac81eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 129, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 129, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac81eb; background: linear-gradient(135deg, #ac81eb, #EB81E3);