#d2acd8
a light, soft magenta / pink · warm · closest name: plum
RGB
210, 172, 216
HSL
292°, 36%, 76%
CMYK
3, 20, 0, 15
Luminance
0.4816
Every format
| HEX | #d2acd8 |
| RGB | rgb(210, 172, 216) |
| HSL | hsl(292, 36%, 76%) |
| CMYK | cmyk(3%, 20%, 0%, 15%) |
| LAB | lab(74.9 21.5 -17.0) |
| LCH | lch(74.9 27.4 321.6) |
| OKLCH | oklch(0.792 0.074 321.7) |
Copy-ready code
/* CSS */
color: #d2acd8;
background-color: #d2acd8;
/* Tailwind (arbitrary) */
class="text-[#d2acd8] bg-[#d2acd8]"
/* SCSS */
$brand: #d2acd8;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.847)
/* Android */
Color.parseColor("#d2acd8")Accessibility — WCAG contrast
Aa
#d2acd8 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2acd8 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue84.7%
CMYK percentages
Cyan2.8%
Magenta20.4%
Yellow0.0%
Key (black)15.3%
Color previews
#d2acd8 text on a black background
contrast 10.63:1
Card sample
#d2acd8 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2acd8;
Background color
Panel with #d2acd8 background
background-color: #d2acd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2acd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2acd8; background: linear-gradient(135deg, #d2acd8, #D8ACC1);