#ab5afd
a light, electric violet · warm · closest name: slateblue
RGB
171, 90, 253
HSL
270°, 98%, 67%
CMYK
32, 64, 0, 1
Luminance
0.2306
Every format
| HEX | #ab5afd |
| RGB | rgb(171, 90, 253) |
| HSL | hsl(270, 98%, 67%) |
| CMYK | cmyk(32%, 64%, 0%, 1%) |
| LAB | lab(55.1 62.3 -68.7) |
| LCH | lch(55.1 92.7 312.2) |
| OKLCH | oklch(0.640 0.233 303.2) |
Copy-ready code
/* CSS */
color: #ab5afd;
background-color: #ab5afd;
/* Tailwind (arbitrary) */
class="text-[#ab5afd] bg-[#ab5afd]"
/* SCSS */
$brand: #ab5afd;
/* SwiftUI */
Color(red: 0.671, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#ab5afd")Accessibility — WCAG contrast
Aa
#ab5afd on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab5afd on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green35.3%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ab5afd text on a black background
contrast 5.61:1
Card sample
#ab5afd text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5afd;
Background color
Panel with #ab5afd background
background-color: #ab5afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5afd; background: linear-gradient(135deg, #ab5afd, #FD5AE2);