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