#dac7d4
a light, soft magenta / pink · warm · closest name: silver
RGB
218, 199, 212
HSL
319°, 20%, 82%
CMYK
0, 9, 3, 15
Luminance
0.6051
Every format
| HEX | #dac7d4 |
| RGB | rgb(218, 199, 212) |
| HSL | hsl(319, 20%, 82%) |
| CMYK | cmyk(0%, 9%, 3%, 15%) |
| LAB | lab(82.1 8.9 -4.0) |
| LCH | lch(82.1 9.8 335.5) |
| OKLCH | oklch(0.849 0.028 337.1) |
Copy-ready code
/* CSS */
color: #dac7d4;
background-color: #dac7d4;
/* Tailwind (arbitrary) */
class="text-[#dac7d4] bg-[#dac7d4]"
/* SCSS */
$brand: #dac7d4;
/* SwiftUI */
Color(red: 0.855, green: 0.780, blue: 0.831)
/* Android */
Color.parseColor("#dac7d4")Accessibility — WCAG contrast
Aa
#dac7d4 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac7d4 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green78.0%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow2.8%
Key (black)14.5%
Color previews
#dac7d4 text on a black background
contrast 13.10:1
Card sample
#dac7d4 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac7d4;
Background color
Panel with #dac7d4 background
background-color: #dac7d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac7d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 199, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 199, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac7d4; background: linear-gradient(135deg, #dac7d4, #DAC7C7);