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