#ab9fdf
a light, vivid blue · warm · closest name: plum
RGB
171, 159, 223
HSL
251°, 50%, 75%
CMYK
23, 29, 0, 13
Luminance
0.3878
Every format
| HEX | #ab9fdf |
| RGB | rgb(171, 159, 223) |
| HSL | hsl(251, 50%, 75%) |
| CMYK | cmyk(23%, 29%, 0%, 13%) |
| LAB | lab(68.6 17.8 -30.8) |
| LCH | lch(68.6 35.6 299.9) |
| OKLCH | oklch(0.736 0.092 292.6) |
Copy-ready code
/* CSS */
color: #ab9fdf;
background-color: #ab9fdf;
/* Tailwind (arbitrary) */
class="text-[#ab9fdf] bg-[#ab9fdf]"
/* SCSS */
$brand: #ab9fdf;
/* SwiftUI */
Color(red: 0.671, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#ab9fdf")Accessibility — WCAG contrast
Aa
#ab9fdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9fdf on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green62.4%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ab9fdf text on a black background
contrast 8.76:1
Card sample
#ab9fdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9fdf;
Background color
Panel with #ab9fdf background
background-color: #ab9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9fdf; background: linear-gradient(135deg, #ab9fdf, #D69FDF);