#ab9ddf
a light, vivid blue · warm · closest name: plum
RGB
171, 157, 223
HSL
253°, 51%, 75%
CMYK
23, 30, 0, 13
Luminance
0.3810
Every format
| HEX | #ab9ddf |
| RGB | rgb(171, 157, 223) |
| HSL | hsl(253, 51%, 75%) |
| CMYK | cmyk(23%, 30%, 0%, 13%) |
| LAB | lab(68.1 18.9 -31.6) |
| LCH | lch(68.1 36.8 300.9) |
| OKLCH | oklch(0.732 0.095 293.6) |
Copy-ready code
/* CSS */
color: #ab9ddf;
background-color: #ab9ddf;
/* Tailwind (arbitrary) */
class="text-[#ab9ddf] bg-[#ab9ddf]"
/* SCSS */
$brand: #ab9ddf;
/* SwiftUI */
Color(red: 0.671, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#ab9ddf")Accessibility — WCAG contrast
Aa
#ab9ddf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9ddf on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green61.6%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ab9ddf text on a black background
contrast 8.62:1
Card sample
#ab9ddf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9ddf;
Background color
Panel with #ab9ddf background
background-color: #ab9ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9ddf; background: linear-gradient(135deg, #ab9ddf, #D79DDF);