#ab9dfd
a light, electric blue · warm · closest name: plum
RGB
171, 157, 253
HSL
249°, 96%, 80%
CMYK
32, 38, 0, 1
Luminance
0.3986
Every format
| HEX | #ab9dfd |
| RGB | rgb(171, 157, 253) |
| HSL | hsl(249, 96%, 80%) |
| CMYK | cmyk(32%, 38%, 0%, 1%) |
| LAB | lab(69.4 26.2 -46.0) |
| LCH | lch(69.4 53.0 299.7) |
| OKLCH | oklch(0.746 0.137 289.3) |
Copy-ready code
/* CSS */
color: #ab9dfd;
background-color: #ab9dfd;
/* Tailwind (arbitrary) */
class="text-[#ab9dfd] bg-[#ab9dfd]"
/* SCSS */
$brand: #ab9dfd;
/* SwiftUI */
Color(red: 0.671, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#ab9dfd")Accessibility — WCAG contrast
Aa
#ab9dfd on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9dfd on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green61.6%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ab9dfd text on a black background
contrast 8.97:1
Card sample
#ab9dfd text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9dfd;
Background color
Panel with #ab9dfd background
background-color: #ab9dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9dfd; background: linear-gradient(135deg, #ab9dfd, #EB9DFD);