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