#d8afd2
a light, soft magenta / pink · warm · closest name: plum
RGB
216, 175, 210
HSL
309°, 35%, 77%
CMYK
0, 19, 3, 15
Luminance
0.4991
Every format
| HEX | #d8afd2 |
| RGB | rgb(216, 175, 210) |
| HSL | hsl(309, 35%, 77%) |
| CMYK | cmyk(0%, 19%, 3%, 15%) |
| LAB | lab(76.0 20.7 -12.0) |
| LCH | lch(76.0 24.0 329.9) |
| OKLCH | oklch(0.801 0.067 331.1) |
Copy-ready code
/* CSS */
color: #d8afd2;
background-color: #d8afd2;
/* Tailwind (arbitrary) */
class="text-[#d8afd2] bg-[#d8afd2]"
/* SCSS */
$brand: #d8afd2;
/* SwiftUI */
Color(red: 0.847, green: 0.686, blue: 0.824)
/* Android */
Color.parseColor("#d8afd2")Accessibility — WCAG contrast
Aa
#d8afd2 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8afd2 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green68.6%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow2.8%
Key (black)15.3%
Color previews
#d8afd2 text on a black background
contrast 10.98:1
Card sample
#d8afd2 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8afd2;
Background color
Panel with #d8afd2 background
background-color: #d8afd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8afd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 175, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 175, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8afd2; background: linear-gradient(135deg, #d8afd2, #D8AFB7);