#ab7dfb
a light, electric violet · warm · closest name: slateblue
RGB
171, 125, 251
HSL
262°, 94%, 74%
CMYK
32, 50, 0, 2
Luminance
0.3029
Every format
| HEX | #ab7dfb |
| RGB | rgb(171, 125, 251) |
| HSL | hsl(262, 94%, 74%) |
| CMYK | cmyk(32%, 50%, 0%, 2%) |
| LAB | lab(61.9 43.6 -56.7) |
| LCH | lch(61.9 71.6 307.6) |
| OKLCH | oklch(0.690 0.182 298.4) |
Copy-ready code
/* CSS */
color: #ab7dfb;
background-color: #ab7dfb;
/* Tailwind (arbitrary) */
class="text-[#ab7dfb] bg-[#ab7dfb]"
/* SCSS */
$brand: #ab7dfb;
/* SwiftUI */
Color(red: 0.671, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#ab7dfb")Accessibility — WCAG contrast
Aa
#ab7dfb on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab7dfb on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.0%
Blue98.4%
CMYK percentages
Cyan31.9%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#ab7dfb text on a black background
contrast 7.06:1
Card sample
#ab7dfb text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7dfb;
Background color
Panel with #ab7dfb background
background-color: #ab7dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7dfb; background: linear-gradient(135deg, #ab7dfb, #FB7DF7);