#dfdbda
a pale, muted gray · warm · closest name: silver
RGB
223, 219, 218
HSL
12°, 7%, 87%
CMYK
0, 2, 2, 13
Luminance
0.7141
Every format
| HEX | #dfdbda |
| RGB | rgb(223, 219, 218) |
| HSL | hsl(12, 7%, 87%) |
| CMYK | cmyk(0%, 2%, 2%, 13%) |
| LAB | lab(87.7 1.2 1.0) |
| LCH | lch(87.7 1.5 39.4) |
| OKLCH | oklch(0.894 0.005 34.3) |
Copy-ready code
/* CSS */
color: #dfdbda;
background-color: #dfdbda;
/* Tailwind (arbitrary) */
class="text-[#dfdbda] bg-[#dfdbda]"
/* SCSS */
$brand: #dfdbda;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.855)
/* Android */
Color.parseColor("#dfdbda")Accessibility — WCAG contrast
Aa
#dfdbda on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdbda on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow2.2%
Key (black)12.5%
Color previews
#dfdbda text on a black background
contrast 15.28:1
Card sample
#dfdbda text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdbda;
Background color
Panel with #dfdbda background
background-color: #dfdbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdbda; background: linear-gradient(135deg, #dfdbda, #DFDEDA);