#dfdcd4
a pale, muted yellow · warm · closest name: silver
RGB
223, 220, 212
HSL
44°, 15%, 85%
CMYK
0, 1, 5, 13
Luminance
0.7163
Every format
| HEX | #dfdcd4 |
| RGB | rgb(223, 220, 212) |
| HSL | hsl(44, 15%, 85%) |
| CMYK | cmyk(0%, 1%, 5%, 13%) |
| LAB | lab(87.8 -0.4 4.3) |
| LCH | lch(87.8 4.3 95.1) |
| OKLCH | oklch(0.895 0.011 89.7) |
Copy-ready code
/* CSS */
color: #dfdcd4;
background-color: #dfdcd4;
/* Tailwind (arbitrary) */
class="text-[#dfdcd4] bg-[#dfdcd4]"
/* SCSS */
$brand: #dfdcd4;
/* SwiftUI */
Color(red: 0.875, green: 0.863, blue: 0.831)
/* Android */
Color.parseColor("#dfdcd4")Accessibility — WCAG contrast
Aa
#dfdcd4 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdcd4 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green86.3%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow4.9%
Key (black)12.5%
Color previews
#dfdcd4 text on a black background
contrast 15.33:1
Card sample
#dfdcd4 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdcd4;
Background color
Panel with #dfdcd4 background
background-color: #dfdcd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdcd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 220, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 220, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdcd4; background: linear-gradient(135deg, #dfdcd4, #DBDFD4);