#dbdcd8
a pale, muted gray · cool · closest name: silver
RGB
219, 220, 216
HSL
75°, 5%, 86%
CMYK
1, 0, 2, 14
Luminance
0.7120
Every format
| HEX | #dbdcd8 |
| RGB | rgb(219, 220, 216) |
| HSL | hsl(75, 5%, 86%) |
| CMYK | cmyk(1%, 0%, 2%, 14%) |
| LAB | lab(87.6 -1.1 1.8) |
| LCH | lch(87.6 2.1 119.7) |
| OKLCH | oklch(0.893 0.005 117.9) |
Copy-ready code
/* CSS */
color: #dbdcd8;
background-color: #dbdcd8;
/* Tailwind (arbitrary) */
class="text-[#dbdcd8] bg-[#dbdcd8]"
/* SCSS */
$brand: #dbdcd8;
/* SwiftUI */
Color(red: 0.859, green: 0.863, blue: 0.847)
/* Android */
Color.parseColor("#dbdcd8")Accessibility — WCAG contrast
Aa
#dbdcd8 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdcd8 on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green86.3%
Blue84.7%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow1.8%
Key (black)13.7%
Color previews
#dbdcd8 text on a black background
contrast 15.24:1
Card sample
#dbdcd8 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdcd8;
Background color
Panel with #dbdcd8 background
background-color: #dbdcd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdcd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 220, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 220, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdcd8; background: linear-gradient(135deg, #dbdcd8, #D8DCD8);