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