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