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