#ab84fd
a light, electric violet · warm · closest name: slateblue
RGB
171, 132, 253
HSL
259°, 97%, 76%
CMYK
32, 48, 0, 1
Luminance
0.3225
Every format
| HEX | #ab84fd |
| RGB | rgb(171, 132, 253) |
| HSL | hsl(259, 97%, 76%) |
| CMYK | cmyk(32%, 48%, 0%, 1%) |
| LAB | lab(63.5 40.3 -55.2) |
| LCH | lch(63.5 68.3 306.1) |
| OKLCH | oklch(0.702 0.174 296.5) |
Copy-ready code
/* CSS */
color: #ab84fd;
background-color: #ab84fd;
/* Tailwind (arbitrary) */
class="text-[#ab84fd] bg-[#ab84fd]"
/* SCSS */
$brand: #ab84fd;
/* SwiftUI */
Color(red: 0.671, green: 0.518, blue: 0.992)
/* Android */
Color.parseColor("#ab84fd")Accessibility — WCAG contrast
Aa
#ab84fd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab84fd on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green51.8%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta47.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ab84fd text on a black background
contrast 7.45:1
Card sample
#ab84fd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab84fd;
Background color
Panel with #ab84fd background
background-color: #ab84fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab84fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 132, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 132, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab84fd; background: linear-gradient(135deg, #ab84fd, #FC84FD);