#dac2cf
a light, soft magenta / pink · warm · closest name: silver
RGB
218, 194, 207
HSL
328°, 25%, 81%
CMYK
0, 11, 5, 15
Luminance
0.5799
Every format
| HEX | #dac2cf |
| RGB | rgb(218, 194, 207) |
| HSL | hsl(328, 25%, 81%) |
| CMYK | cmyk(0%, 11%, 5%, 15%) |
| LAB | lab(80.7 10.7 -3.4) |
| LCH | lch(80.7 11.2 342.4) |
| OKLCH | oklch(0.838 0.032 344.0) |
Copy-ready code
/* CSS */
color: #dac2cf;
background-color: #dac2cf;
/* Tailwind (arbitrary) */
class="text-[#dac2cf] bg-[#dac2cf]"
/* SCSS */
$brand: #dac2cf;
/* SwiftUI */
Color(red: 0.855, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#dac2cf")Accessibility — WCAG contrast
Aa
#dac2cf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac2cf on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow5.0%
Key (black)14.5%
Color previews
#dac2cf text on a black background
contrast 12.60:1
Card sample
#dac2cf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac2cf;
Background color
Panel with #dac2cf background
background-color: #dac2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac2cf; background: linear-gradient(135deg, #dac2cf, #DAC5C2);