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