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