#dbdfda
a pale, muted gray · cool · closest name: silver
RGB
219, 223, 218
HSL
108°, 7%, 87%
CMYK
2, 0, 2, 13
Luminance
0.7290
Every format
| HEX | #dbdfda |
| RGB | rgb(219, 223, 218) |
| HSL | hsl(108, 7%, 87%) |
| CMYK | cmyk(2%, 0%, 2%, 13%) |
| LAB | lab(88.4 -2.3 2.0) |
| LCH | lch(88.4 3.0 138.8) |
| OKLCH | oklch(0.899 0.008 139.4) |
Copy-ready code
/* CSS */
color: #dbdfda;
background-color: #dbdfda;
/* Tailwind (arbitrary) */
class="text-[#dbdfda] bg-[#dbdfda]"
/* SCSS */
$brand: #dbdfda;
/* SwiftUI */
Color(red: 0.859, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#dbdfda")Accessibility — WCAG contrast
Aa
#dbdfda on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdfda on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green87.5%
Blue85.5%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#dbdfda text on a black background
contrast 15.58:1
Card sample
#dbdfda text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdfda;
Background color
Panel with #dbdfda background
background-color: #dbdfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdfda; background: linear-gradient(135deg, #dbdfda, #DADFDC);