#d9abdf
a light, soft magenta / pink · warm · closest name: plum
RGB
217, 171, 223
HSL
293°, 45%, 77%
CMYK
3, 23, 0, 13
Luminance
0.4921
Every format
| HEX | #d9abdf |
| RGB | rgb(217, 171, 223) |
| HSL | hsl(293, 45%, 77%) |
| CMYK | cmyk(3%, 23%, 0%, 13%) |
| LAB | lab(75.6 25.7 -19.8) |
| LCH | lch(75.6 32.4 322.4) |
| OKLCH | oklch(0.799 0.088 322.5) |
Copy-ready code
/* CSS */
color: #d9abdf;
background-color: #d9abdf;
/* Tailwind (arbitrary) */
class="text-[#d9abdf] bg-[#d9abdf]"
/* SCSS */
$brand: #d9abdf;
/* SwiftUI */
Color(red: 0.851, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#d9abdf")Accessibility — WCAG contrast
Aa
#d9abdf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9abdf on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green67.1%
Blue87.5%
CMYK percentages
Cyan2.7%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#d9abdf text on a black background
contrast 10.84:1
Card sample
#d9abdf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9abdf;
Background color
Panel with #d9abdf background
background-color: #d9abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9abdf; background: linear-gradient(135deg, #d9abdf, #DFABC2);