#dacece
a light, muted red · warm · closest name: silver
RGB
218, 206, 206
HSL
0°, 14%, 83%
CMYK
0, 6, 6, 15
Luminance
0.6350
Every format
| HEX | #dacece |
| RGB | rgb(218, 206, 206) |
| HSL | hsl(0, 14%, 83%) |
| CMYK | cmyk(0%, 6%, 6%, 15%) |
| LAB | lab(83.7 4.2 1.5) |
| LCH | lch(83.7 4.4 19.7) |
| OKLCH | oklch(0.861 0.013 17.4) |
Copy-ready code
/* CSS */
color: #dacece;
background-color: #dacece;
/* Tailwind (arbitrary) */
class="text-[#dacece] bg-[#dacece]"
/* SCSS */
$brand: #dacece;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.808)
/* Android */
Color.parseColor("#dacece")Accessibility — WCAG contrast
Aa
#dacece on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacece on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow5.5%
Key (black)14.5%
Color previews
#dacece text on a black background
contrast 13.70:1
Card sample
#dacece text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacece;
Background color
Panel with #dacece background
background-color: #dacece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacece; background: linear-gradient(135deg, #dacece, #DAD6CE);