#ab87fd
a light, electric violet · warm · closest name: slateblue
RGB
171, 135, 253
HSL
258°, 97%, 76%
CMYK
32, 47, 0, 1
Luminance
0.3308
Every format
| HEX | #ab87fd |
| RGB | rgb(171, 135, 253) |
| HSL | hsl(258, 97%, 76%) |
| CMYK | cmyk(32%, 47%, 0%, 1%) |
| LAB | lab(64.2 38.6 -54.1) |
| LCH | lch(64.2 66.5 305.5) |
| OKLCH | oklch(0.707 0.169 295.8) |
Copy-ready code
/* CSS */
color: #ab87fd;
background-color: #ab87fd;
/* Tailwind (arbitrary) */
class="text-[#ab87fd] bg-[#ab87fd]"
/* SCSS */
$brand: #ab87fd;
/* SwiftUI */
Color(red: 0.671, green: 0.529, blue: 0.992)
/* Android */
Color.parseColor("#ab87fd")Accessibility — WCAG contrast
Aa
#ab87fd on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab87fd on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green52.9%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta46.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ab87fd text on a black background
contrast 7.62:1
Card sample
#ab87fd text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab87fd;
Background color
Panel with #ab87fd background
background-color: #ab87fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab87fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 135, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 135, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab87fd; background: linear-gradient(135deg, #ab87fd, #FA87FD);