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