#ab6afd
a light, electric violet · warm · closest name: slateblue
RGB
171, 106, 253
HSL
267°, 97%, 70%
CMYK
32, 58, 0, 1
Luminance
0.2606
Every format
| HEX | #ab6afd |
| RGB | rgb(171, 106, 253) |
| HSL | hsl(267, 97%, 70%) |
| CMYK | cmyk(32%, 58%, 0%, 1%) |
| LAB | lab(58.1 54.3 -63.9) |
| LCH | lch(58.1 83.9 310.3) |
| OKLCH | oklch(0.662 0.212 301.2) |
Copy-ready code
/* CSS */
color: #ab6afd;
background-color: #ab6afd;
/* Tailwind (arbitrary) */
class="text-[#ab6afd] bg-[#ab6afd]"
/* SCSS */
$brand: #ab6afd;
/* SwiftUI */
Color(red: 0.671, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#ab6afd")Accessibility — WCAG contrast
Aa
#ab6afd on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6afd on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green41.6%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ab6afd text on a black background
contrast 6.21:1
Card sample
#ab6afd text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6afd;
Background color
Panel with #ab6afd background
background-color: #ab6afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6afd; background: linear-gradient(135deg, #ab6afd, #FD6AED);