#dac0cf
a light, soft magenta / pink · warm · closest name: silver
RGB
218, 192, 207
HSL
325°, 26%, 80%
CMYK
0, 12, 5, 15
Luminance
0.5711
Every format
| HEX | #dac0cf |
| RGB | rgb(218, 192, 207) |
| HSL | hsl(325, 26%, 80%) |
| CMYK | cmyk(0%, 12%, 5%, 15%) |
| LAB | lab(80.2 11.7 -4.1) |
| LCH | lch(80.2 12.4 340.7) |
| OKLCH | oklch(0.834 0.035 342.3) |
Copy-ready code
/* CSS */
color: #dac0cf;
background-color: #dac0cf;
/* Tailwind (arbitrary) */
class="text-[#dac0cf] bg-[#dac0cf]"
/* SCSS */
$brand: #dac0cf;
/* SwiftUI */
Color(red: 0.855, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#dac0cf")Accessibility — WCAG contrast
Aa
#dac0cf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac0cf on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green75.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow5.0%
Key (black)14.5%
Color previews
#dac0cf text on a black background
contrast 12.42:1
Card sample
#dac0cf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac0cf;
Background color
Panel with #dac0cf background
background-color: #dac0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac0cf; background: linear-gradient(135deg, #dac0cf, #DAC2C0);