#ab92fd
a light, electric blue · warm · closest name: slateblue
RGB
171, 146, 253
HSL
254°, 96%, 78%
CMYK
32, 42, 0, 1
Luminance
0.3631
Every format
| HEX | #ab92fd |
| RGB | rgb(171, 146, 253) |
| HSL | hsl(254, 96%, 78%) |
| CMYK | cmyk(32%, 42%, 0%, 1%) |
| LAB | lab(66.8 32.4 -50.1) |
| LCH | lch(66.8 59.7 302.9) |
| OKLCH | oklch(0.726 0.153 292.9) |
Copy-ready code
/* CSS */
color: #ab92fd;
background-color: #ab92fd;
/* Tailwind (arbitrary) */
class="text-[#ab92fd] bg-[#ab92fd]"
/* SCSS */
$brand: #ab92fd;
/* SwiftUI */
Color(red: 0.671, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#ab92fd")Accessibility — WCAG contrast
Aa
#ab92fd on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab92fd on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green57.3%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ab92fd text on a black background
contrast 8.26:1
Card sample
#ab92fd text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab92fd;
Background color
Panel with #ab92fd background
background-color: #ab92fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab92fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab92fd; background: linear-gradient(135deg, #ab92fd, #F292FD);