#d9afd2
a light, soft magenta / pink · warm · closest name: plum
RGB
217, 175, 210
HSL
310°, 36%, 77%
CMYK
0, 19, 3, 15
Luminance
0.5006
Every format
| HEX | #d9afd2 |
| RGB | rgb(217, 175, 210) |
| HSL | hsl(310, 36%, 77%) |
| CMYK | cmyk(0%, 19%, 3%, 15%) |
| LAB | lab(76.1 21.1 -11.9) |
| LCH | lch(76.1 24.2 330.6) |
| OKLCH | oklch(0.802 0.067 331.9) |
Copy-ready code
/* CSS */
color: #d9afd2;
background-color: #d9afd2;
/* Tailwind (arbitrary) */
class="text-[#d9afd2] bg-[#d9afd2]"
/* SCSS */
$brand: #d9afd2;
/* SwiftUI */
Color(red: 0.851, green: 0.686, blue: 0.824)
/* Android */
Color.parseColor("#d9afd2")Accessibility — WCAG contrast
Aa
#d9afd2 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9afd2 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green68.6%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow3.2%
Key (black)14.9%
Color previews
#d9afd2 text on a black background
contrast 11.01:1
Card sample
#d9afd2 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9afd2;
Background color
Panel with #d9afd2 background
background-color: #d9afd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9afd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 175, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 175, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9afd2; background: linear-gradient(135deg, #d9afd2, #D9AFB6);