#dfcca4
a light, vivid yellow · warm · closest name: tan
RGB
223, 204, 164
HSL
41°, 48%, 76%
CMYK
0, 9, 27, 13
Luminance
0.6155
Every format
| HEX | #dfcca4 |
| RGB | rgb(223, 204, 164) |
| HSL | hsl(41, 48%, 76%) |
| CMYK | cmyk(0%, 9%, 27%, 13%) |
| LAB | lab(82.7 0.5 22.4) |
| LCH | lch(82.7 22.4 88.6) |
| OKLCH | oklch(0.851 0.057 85.5) |
Copy-ready code
/* CSS */
color: #dfcca4;
background-color: #dfcca4;
/* Tailwind (arbitrary) */
class="text-[#dfcca4] bg-[#dfcca4]"
/* SCSS */
$brand: #dfcca4;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.643)
/* Android */
Color.parseColor("#dfcca4")Accessibility — WCAG contrast
Aa
#dfcca4 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcca4 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow26.5%
Key (black)12.5%
Color previews
#dfcca4 text on a black background
contrast 13.31:1
Card sample
#dfcca4 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcca4;
Background color
Panel with #dfcca4 background
background-color: #dfcca4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcca4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcca4; background: linear-gradient(135deg, #dfcca4, #CBDFA4);