#dfdaba
a light, soft yellow · cool · closest name: beige
RGB
223, 218, 186
HSL
52°, 37%, 80%
CMYK
0, 2, 17, 13
Luminance
0.6938
Every format
| HEX | #dfdaba |
| RGB | rgb(223, 218, 186) |
| HSL | hsl(52, 37%, 80%) |
| CMYK | cmyk(0%, 2%, 17%, 13%) |
| LAB | lab(86.7 -3.5 16.4) |
| LCH | lch(86.7 16.8 102.2) |
| OKLCH | oklch(0.884 0.043 99.9) |
Copy-ready code
/* CSS */
color: #dfdaba;
background-color: #dfdaba;
/* Tailwind (arbitrary) */
class="text-[#dfdaba] bg-[#dfdaba]"
/* SCSS */
$brand: #dfdaba;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#dfdaba")Accessibility — WCAG contrast
Aa
#dfdaba on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdaba on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow16.6%
Key (black)12.5%
Color previews
#dfdaba text on a black background
contrast 14.88:1
Card sample
#dfdaba text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdaba;
Background color
Panel with #dfdaba background
background-color: #dfdaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdaba; background: linear-gradient(135deg, #dfdaba, #CBDFBA);