#d2acd9
a light, soft magenta / pink · warm · closest name: plum
RGB
210, 172, 217
HSL
291°, 37%, 76%
CMYK
3, 21, 0, 15
Luminance
0.4822
Every format
| HEX | #d2acd9 |
| RGB | rgb(210, 172, 217) |
| HSL | hsl(291, 37%, 76%) |
| CMYK | cmyk(3%, 21%, 0%, 15%) |
| LAB | lab(75.0 21.7 -17.5) |
| LCH | lch(75.0 27.8 321.1) |
| OKLCH | oklch(0.792 0.075 321.1) |
Copy-ready code
/* CSS */
color: #d2acd9;
background-color: #d2acd9;
/* Tailwind (arbitrary) */
class="text-[#d2acd9] bg-[#d2acd9]"
/* SCSS */
$brand: #d2acd9;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.851)
/* Android */
Color.parseColor("#d2acd9")Accessibility — WCAG contrast
Aa
#d2acd9 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2acd9 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue85.1%
CMYK percentages
Cyan3.2%
Magenta20.7%
Yellow0.0%
Key (black)14.9%
Color previews
#d2acd9 text on a black background
contrast 10.64:1
Card sample
#d2acd9 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2acd9;
Background color
Panel with #d2acd9 background
background-color: #d2acd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2acd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2acd9; background: linear-gradient(135deg, #d2acd9, #D9ACC2);