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