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