#dfddda
a pale, muted gray · warm · closest name: silver
RGB
223, 221, 218
HSL
36°, 7%, 87%
CMYK
0, 1, 2, 13
Luminance
0.7246
Every format
| HEX | #dfddda |
| RGB | rgb(223, 221, 218) |
| HSL | hsl(36, 7%, 87%) |
| CMYK | cmyk(0%, 1%, 2%, 13%) |
| LAB | lab(88.2 0.1 1.7) |
| LCH | lch(88.2 1.7 85.0) |
| OKLCH | oklch(0.898 0.005 78.3) |
Copy-ready code
/* CSS */
color: #dfddda;
background-color: #dfddda;
/* Tailwind (arbitrary) */
class="text-[#dfddda] bg-[#dfddda]"
/* SCSS */
$brand: #dfddda;
/* SwiftUI */
Color(red: 0.875, green: 0.867, blue: 0.855)
/* Android */
Color.parseColor("#dfddda")Accessibility — WCAG contrast
Aa
#dfddda on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfddda on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green86.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta0.9%
Yellow2.2%
Key (black)12.5%
Color previews
#dfddda text on a black background
contrast 15.49:1
Card sample
#dfddda text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfddda;
Background color
Panel with #dfddda background
background-color: #dfddda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfddda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 221, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 221, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfddda; background: linear-gradient(135deg, #dfddda, #DEDFDA);