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