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