#dfdba4
a light, vivid yellow · cool · closest name: tan
RGB
223, 219, 164
HSL
56°, 48%, 76%
CMYK
0, 2, 27, 13
Luminance
0.6903
Every format
| HEX | #dfdba4 |
| RGB | rgb(223, 219, 164) |
| HSL | hsl(56, 48%, 76%) |
| CMYK | cmyk(0%, 2%, 27%, 13%) |
| LAB | lab(86.5 -7.2 27.6) |
| LCH | lch(86.5 28.5 104.6) |
| OKLCH | oklch(0.881 0.072 104.3) |
Copy-ready code
/* CSS */
color: #dfdba4;
background-color: #dfdba4;
/* Tailwind (arbitrary) */
class="text-[#dfdba4] bg-[#dfdba4]"
/* SCSS */
$brand: #dfdba4;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.643)
/* Android */
Color.parseColor("#dfdba4")Accessibility — WCAG contrast
Aa
#dfdba4 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdba4 on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow26.5%
Key (black)12.5%
Color previews
#dfdba4 text on a black background
contrast 14.81:1
Card sample
#dfdba4 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdba4;
Background color
Panel with #dfdba4 background
background-color: #dfdba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdba4; background: linear-gradient(135deg, #dfdba4, #BCDFA4);