#ab9bfd
a light, electric blue · warm · closest name: plum
RGB
171, 155, 253
HSL
250°, 96%, 80%
CMYK
32, 39, 0, 1
Luminance
0.3919
Every format
| HEX | #ab9bfd |
| RGB | rgb(171, 155, 253) |
| HSL | hsl(250, 96%, 80%) |
| CMYK | cmyk(32%, 39%, 0%, 1%) |
| LAB | lab(68.9 27.3 -46.8) |
| LCH | lch(68.9 54.2 300.3) |
| OKLCH | oklch(0.743 0.139 290.1) |
Copy-ready code
/* CSS */
color: #ab9bfd;
background-color: #ab9bfd;
/* Tailwind (arbitrary) */
class="text-[#ab9bfd] bg-[#ab9bfd]"
/* SCSS */
$brand: #ab9bfd;
/* SwiftUI */
Color(red: 0.671, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#ab9bfd")Accessibility — WCAG contrast
Aa
#ab9bfd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9bfd on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green60.8%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ab9bfd text on a black background
contrast 8.84:1
Card sample
#ab9bfd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9bfd;
Background color
Panel with #ab9bfd background
background-color: #ab9bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9bfd; background: linear-gradient(135deg, #ab9bfd, #EC9BFD);