#dac6cf
a light, soft magenta / pink · warm · closest name: silver
RGB
218, 198, 207
HSL
333°, 21%, 82%
CMYK
0, 9, 5, 15
Luminance
0.5980
Every format
| HEX | #dac6cf |
| RGB | rgb(218, 198, 207) |
| HSL | hsl(333, 21%, 82%) |
| CMYK | cmyk(0%, 9%, 5%, 15%) |
| LAB | lab(81.7 8.6 -1.9) |
| LCH | lch(81.7 8.8 347.2) |
| OKLCH | oklch(0.846 0.025 348.6) |
Copy-ready code
/* CSS */
color: #dac6cf;
background-color: #dac6cf;
/* Tailwind (arbitrary) */
class="text-[#dac6cf] bg-[#dac6cf]"
/* SCSS */
$brand: #dac6cf;
/* SwiftUI */
Color(red: 0.855, green: 0.776, blue: 0.812)
/* Android */
Color.parseColor("#dac6cf")Accessibility — WCAG contrast
Aa
#dac6cf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac6cf on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green77.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow5.0%
Key (black)14.5%
Color previews
#dac6cf text on a black background
contrast 12.96:1
Card sample
#dac6cf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac6cf;
Background color
Panel with #dac6cf background
background-color: #dac6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 198, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 198, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac6cf; background: linear-gradient(135deg, #dac6cf, #DACAC6);