#dfbd74
a light, vivid yellow · warm · closest name: tan
RGB
223, 189, 116
HSL
41°, 63%, 67%
CMYK
0, 15, 48, 13
Luminance
0.5334
Every format
| HEX | #dfbd74 |
| RGB | rgb(223, 189, 116) |
| HSL | hsl(41, 63%, 67%) |
| CMYK | cmyk(0%, 15%, 48%, 13%) |
| LAB | lab(78.1 2.9 41.2) |
| LCH | lch(78.1 41.3 86.0) |
| OKLCH | oklch(0.812 0.100 85.3) |
Copy-ready code
/* CSS */
color: #dfbd74;
background-color: #dfbd74;
/* Tailwind (arbitrary) */
class="text-[#dfbd74] bg-[#dfbd74]"
/* SCSS */
$brand: #dfbd74;
/* SwiftUI */
Color(red: 0.875, green: 0.741, blue: 0.455)
/* Android */
Color.parseColor("#dfbd74")Accessibility — WCAG contrast
Aa
#dfbd74 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbd74 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.1%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow48.0%
Key (black)12.5%
Color previews
#dfbd74 text on a black background
contrast 11.67:1
Card sample
#dfbd74 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbd74;
Background color
Panel with #dfbd74 background
background-color: #dfbd74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbd74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 189, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 189, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbd74; background: linear-gradient(135deg, #dfbd74, #BADF74);