#d2acd2
a light, soft magenta / pink · warm · closest name: plum
RGB
210, 172, 210
HSL
300°, 30%, 75%
CMYK
0, 18, 0, 18
Luminance
0.4786
Every format
| HEX | #d2acd2 |
| RGB | rgb(210, 172, 210) |
| HSL | hsl(300, 30%, 75%) |
| CMYK | cmyk(0%, 18%, 0%, 18%) |
| LAB | lab(74.7 20.3 -14.0) |
| LCH | lch(74.7 24.7 325.4) |
| OKLCH | oklch(0.790 0.068 326.2) |
Copy-ready code
/* CSS */
color: #d2acd2;
background-color: #d2acd2;
/* Tailwind (arbitrary) */
class="text-[#d2acd2] bg-[#d2acd2]"
/* SCSS */
$brand: #d2acd2;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.824)
/* Android */
Color.parseColor("#d2acd2")Accessibility — WCAG contrast
Aa
#d2acd2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2acd2 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow0.0%
Key (black)17.6%
Color previews
#d2acd2 text on a black background
contrast 10.57:1
Card sample
#d2acd2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2acd2;
Background color
Panel with #d2acd2 background
background-color: #d2acd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2acd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2acd2; background: linear-gradient(135deg, #d2acd2, #D2ACB9);