#dfd9cd
a light, soft yellow · warm · closest name: silver
RGB
223, 217, 205
HSL
40°, 22%, 84%
CMYK
0, 3, 8, 13
Luminance
0.6972
Every format
| HEX | #dfd9cd |
| RGB | rgb(223, 217, 205) |
| HSL | hsl(40, 22%, 84%) |
| CMYK | cmyk(0%, 3%, 8%, 13%) |
| LAB | lab(86.9 -0.0 6.6) |
| LCH | lch(86.9 6.6 90.1) |
| OKLCH | oklch(0.887 0.018 84.6) |
Copy-ready code
/* CSS */
color: #dfd9cd;
background-color: #dfd9cd;
/* Tailwind (arbitrary) */
class="text-[#dfd9cd] bg-[#dfd9cd]"
/* SCSS */
$brand: #dfd9cd;
/* SwiftUI */
Color(red: 0.875, green: 0.851, blue: 0.804)
/* Android */
Color.parseColor("#dfd9cd")Accessibility — WCAG contrast
Aa
#dfd9cd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd9cd on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow8.1%
Key (black)12.5%
Color previews
#dfd9cd text on a black background
contrast 14.94:1
Card sample
#dfd9cd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd9cd;
Background color
Panel with #dfd9cd background
background-color: #dfd9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 217, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 217, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd9cd; background: linear-gradient(135deg, #dfd9cd, #D9DFCD);