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