#dac4cf
a light, soft magenta / pink · warm · closest name: silver
RGB
218, 196, 207
HSL
330°, 23%, 81%
CMYK
0, 10, 5, 15
Luminance
0.5889
Every format
| HEX | #dac4cf |
| RGB | rgb(218, 196, 207) |
| HSL | hsl(330, 23%, 81%) |
| CMYK | cmyk(0%, 10%, 5%, 15%) |
| LAB | lab(81.2 9.6 -2.7) |
| LCH | lch(81.2 10.0 344.5) |
| OKLCH | oklch(0.842 0.029 346.0) |
Copy-ready code
/* CSS */
color: #dac4cf;
background-color: #dac4cf;
/* Tailwind (arbitrary) */
class="text-[#dac4cf] bg-[#dac4cf]"
/* SCSS */
$brand: #dac4cf;
/* SwiftUI */
Color(red: 0.855, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#dac4cf")Accessibility — WCAG contrast
Aa
#dac4cf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac4cf on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green76.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow5.0%
Key (black)14.5%
Color previews
#dac4cf text on a black background
contrast 12.78:1
Card sample
#dac4cf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac4cf;
Background color
Panel with #dac4cf background
background-color: #dac4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac4cf; background: linear-gradient(135deg, #dac4cf, #DAC8C4);