#dac9cf
a light, soft magenta / pink · warm · closest name: silver
RGB
218, 201, 207
HSL
339°, 19%, 82%
CMYK
0, 8, 5, 15
Luminance
0.6118
Every format
| HEX | #dac9cf |
| RGB | rgb(218, 201, 207) |
| HSL | hsl(339, 19%, 82%) |
| CMYK | cmyk(0%, 8%, 5%, 15%) |
| LAB | lab(82.5 7.0 -0.8) |
| LCH | lch(82.5 7.0 353.1) |
| OKLCH | oklch(0.852 0.021 354.1) |
Copy-ready code
/* CSS */
color: #dac9cf;
background-color: #dac9cf;
/* Tailwind (arbitrary) */
class="text-[#dac9cf] bg-[#dac9cf]"
/* SCSS */
$brand: #dac9cf;
/* SwiftUI */
Color(red: 0.855, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#dac9cf")Accessibility — WCAG contrast
Aa
#dac9cf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac9cf on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green78.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow5.0%
Key (black)14.5%
Color previews
#dac9cf text on a black background
contrast 13.24:1
Card sample
#dac9cf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac9cf;
Background color
Panel with #dac9cf background
background-color: #dac9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac9cf; background: linear-gradient(135deg, #dac9cf, #DACEC9);