#ab91fd
a light, electric blue · warm · closest name: slateblue
RGB
171, 145, 253
HSL
254°, 96%, 78%
CMYK
32, 43, 0, 1
Luminance
0.3600
Every format
| HEX | #ab91fd |
| RGB | rgb(171, 145, 253) |
| HSL | hsl(254, 96%, 78%) |
| CMYK | cmyk(32%, 43%, 0%, 1%) |
| LAB | lab(66.5 33.0 -50.5) |
| LCH | lch(66.5 60.3 303.1) |
| OKLCH | oklch(0.725 0.154 293.2) |
Copy-ready code
/* CSS */
color: #ab91fd;
background-color: #ab91fd;
/* Tailwind (arbitrary) */
class="text-[#ab91fd] bg-[#ab91fd]"
/* SCSS */
$brand: #ab91fd;
/* SwiftUI */
Color(red: 0.671, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#ab91fd")Accessibility — WCAG contrast
Aa
#ab91fd on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab91fd on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green56.9%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ab91fd text on a black background
contrast 8.20:1
Card sample
#ab91fd text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab91fd;
Background color
Panel with #ab91fd background
background-color: #ab91fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab91fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab91fd; background: linear-gradient(135deg, #ab91fd, #F391FD);