#d8afd7
a light, soft magenta / pink · warm · closest name: plum
RGB
216, 175, 215
HSL
302°, 35%, 77%
CMYK
0, 19, 1, 15
Luminance
0.5017
Every format
| HEX | #d8afd7 |
| RGB | rgb(216, 175, 215) |
| HSL | hsl(302, 35%, 77%) |
| CMYK | cmyk(0%, 19%, 1%, 15%) |
| LAB | lab(76.2 21.7 -14.5) |
| LCH | lch(76.2 26.1 326.1) |
| OKLCH | oklch(0.803 0.071 327.0) |
Copy-ready code
/* CSS */
color: #d8afd7;
background-color: #d8afd7;
/* Tailwind (arbitrary) */
class="text-[#d8afd7] bg-[#d8afd7]"
/* SCSS */
$brand: #d8afd7;
/* SwiftUI */
Color(red: 0.847, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#d8afd7")Accessibility — WCAG contrast
Aa
#d8afd7 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8afd7 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green68.6%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow0.5%
Key (black)15.3%
Color previews
#d8afd7 text on a black background
contrast 11.03:1
Card sample
#d8afd7 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8afd7;
Background color
Panel with #d8afd7 background
background-color: #d8afd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8afd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8afd7; background: linear-gradient(135deg, #d8afd7, #D8AFBC);