#dfdacf
a light, soft yellow · warm · closest name: silver
RGB
223, 218, 207
HSL
41°, 20%, 84%
CMYK
0, 2, 7, 13
Luminance
0.7034
Every format
| HEX | #dfdacf |
| RGB | rgb(223, 218, 207) |
| HSL | hsl(41, 20%, 84%) |
| CMYK | cmyk(0%, 2%, 7%, 13%) |
| LAB | lab(87.2 -0.2 6.0) |
| LCH | lch(87.2 6.0 91.9) |
| OKLCH | oklch(0.889 0.016 86.4) |
Copy-ready code
/* CSS */
color: #dfdacf;
background-color: #dfdacf;
/* Tailwind (arbitrary) */
class="text-[#dfdacf] bg-[#dfdacf]"
/* SCSS */
$brand: #dfdacf;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#dfdacf")Accessibility — WCAG contrast
Aa
#dfdacf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdacf on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow7.2%
Key (black)12.5%
Color previews
#dfdacf text on a black background
contrast 15.07:1
Card sample
#dfdacf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdacf;
Background color
Panel with #dfdacf background
background-color: #dfdacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdacf; background: linear-gradient(135deg, #dfdacf, #D9DFCF);