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