#d2afd1
a light, soft magenta / pink · warm · closest name: plum
RGB
210, 175, 209
HSL
302°, 28%, 76%
CMYK
0, 17, 1, 18
Luminance
0.4897
Every format
| HEX | #d2afd1 |
| RGB | rgb(210, 175, 209) |
| HSL | hsl(302, 28%, 76%) |
| CMYK | cmyk(0%, 17%, 1%, 18%) |
| LAB | lab(75.4 18.5 -12.4) |
| LCH | lch(75.4 22.3 326.1) |
| OKLCH | oklch(0.795 0.061 327.0) |
Copy-ready code
/* CSS */
color: #d2afd1;
background-color: #d2afd1;
/* Tailwind (arbitrary) */
class="text-[#d2afd1] bg-[#d2afd1]"
/* SCSS */
$brand: #d2afd1;
/* SwiftUI */
Color(red: 0.824, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#d2afd1")Accessibility — WCAG contrast
Aa
#d2afd1 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2afd1 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green68.6%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow0.5%
Key (black)17.6%
Color previews
#d2afd1 text on a black background
contrast 10.79:1
Card sample
#d2afd1 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2afd1;
Background color
Panel with #d2afd1 background
background-color: #d2afd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2afd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2afd1; background: linear-gradient(135deg, #d2afd1, #D2AFBA);