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