#ab7afb
a light, electric violet · warm · closest name: slateblue
RGB
171, 122, 251
HSL
263°, 94%, 73%
CMYK
32, 51, 0, 2
Luminance
0.2954
Every format
| HEX | #ab7afb |
| RGB | rgb(171, 122, 251) |
| HSL | hsl(263, 94%, 73%) |
| CMYK | cmyk(32%, 51%, 0%, 2%) |
| LAB | lab(61.3 45.3 -57.8) |
| LCH | lch(61.3 73.4 308.1) |
| OKLCH | oklch(0.685 0.186 298.9) |
Copy-ready code
/* CSS */
color: #ab7afb;
background-color: #ab7afb;
/* Tailwind (arbitrary) */
class="text-[#ab7afb] bg-[#ab7afb]"
/* SCSS */
$brand: #ab7afb;
/* SwiftUI */
Color(red: 0.671, green: 0.478, blue: 0.984)
/* Android */
Color.parseColor("#ab7afb")Accessibility — WCAG contrast
Aa
#ab7afb on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7afb on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green47.8%
Blue98.4%
CMYK percentages
Cyan31.9%
Magenta51.4%
Yellow0.0%
Key (black)1.6%
Color previews
#ab7afb text on a black background
contrast 6.91:1
Card sample
#ab7afb text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7afb;
Background color
Panel with #ab7afb background
background-color: #ab7afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 122, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 122, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7afb; background: linear-gradient(135deg, #ab7afb, #FB7AF5);