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