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