#d8c7d8
a light, soft magenta / pink · warm · closest name: lavender
RGB
216, 199, 216
HSL
300°, 18%, 81%
CMYK
0, 8, 0, 15
Luminance
0.6040
Every format
| HEX | #d8c7d8 |
| RGB | rgb(216, 199, 216) |
| HSL | hsl(300, 18%, 81%) |
| CMYK | cmyk(0%, 8%, 0%, 15%) |
| LAB | lab(82.1 8.9 -6.3) |
| LCH | lch(82.1 10.9 324.9) |
| OKLCH | oklch(0.849 0.030 325.8) |
Copy-ready code
/* CSS */
color: #d8c7d8;
background-color: #d8c7d8;
/* Tailwind (arbitrary) */
class="text-[#d8c7d8] bg-[#d8c7d8]"
/* SCSS */
$brand: #d8c7d8;
/* SwiftUI */
Color(red: 0.847, green: 0.780, blue: 0.847)
/* Android */
Color.parseColor("#d8c7d8")Accessibility — WCAG contrast
Aa
#d8c7d8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8c7d8 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green78.0%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow0.0%
Key (black)15.3%
Color previews
#d8c7d8 text on a black background
contrast 13.08:1
Card sample
#d8c7d8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8c7d8;
Background color
Panel with #d8c7d8 background
background-color: #d8c7d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8c7d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 199, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 199, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8c7d8; background: linear-gradient(135deg, #d8c7d8, #D8C7CD);