#ab6afb
a light, electric violet · warm · closest name: slateblue
RGB
171, 106, 251
HSL
267°, 95%, 70%
CMYK
32, 58, 0, 2
Luminance
0.2593
Every format
| HEX | #ab6afb |
| RGB | rgb(171, 106, 251) |
| HSL | hsl(267, 95%, 70%) |
| CMYK | cmyk(32%, 58%, 0%, 2%) |
| LAB | lab(58.0 53.8 -63.0) |
| LCH | lch(58.0 82.9 310.5) |
| OKLCH | oklch(0.661 0.209 301.6) |
Copy-ready code
/* CSS */
color: #ab6afb;
background-color: #ab6afb;
/* Tailwind (arbitrary) */
class="text-[#ab6afb] bg-[#ab6afb]"
/* SCSS */
$brand: #ab6afb;
/* SwiftUI */
Color(red: 0.671, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#ab6afb")Accessibility — WCAG contrast
Aa
#ab6afb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6afb on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green41.6%
Blue98.4%
CMYK percentages
Cyan31.9%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#ab6afb text on a black background
contrast 6.19:1
Card sample
#ab6afb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6afb;
Background color
Panel with #ab6afb background
background-color: #ab6afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6afb; background: linear-gradient(135deg, #ab6afb, #FB6AEA);