#ab96fd
a light, electric blue · warm · closest name: slateblue
RGB
171, 150, 253
HSL
252°, 96%, 79%
CMYK
32, 41, 0, 1
Luminance
0.3756
Every format
| HEX | #ab96fd |
| RGB | rgb(171, 150, 253) |
| HSL | hsl(252, 96%, 79%) |
| CMYK | cmyk(32%, 41%, 0%, 1%) |
| LAB | lab(67.7 30.2 -48.6) |
| LCH | lch(67.7 57.2 301.8) |
| OKLCH | oklch(0.734 0.147 291.7) |
Copy-ready code
/* CSS */
color: #ab96fd;
background-color: #ab96fd;
/* Tailwind (arbitrary) */
class="text-[#ab96fd] bg-[#ab96fd]"
/* SCSS */
$brand: #ab96fd;
/* SwiftUI */
Color(red: 0.671, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#ab96fd")Accessibility — WCAG contrast
Aa
#ab96fd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab96fd on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green58.8%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ab96fd text on a black background
contrast 8.51:1
Card sample
#ab96fd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab96fd;
Background color
Panel with #ab96fd background
background-color: #ab96fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab96fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab96fd; background: linear-gradient(135deg, #ab96fd, #F096FD);