#dfbc5e
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 188, 94
HSL
44°, 67%, 62%
CMYK
0, 16, 58, 13
Luminance
0.5246
Every format
| HEX | #dfbc5e |
| RGB | rgb(223, 188, 94) |
| HSL | hsl(44, 67%, 62%) |
| CMYK | cmyk(0%, 16%, 58%, 13%) |
| LAB | lab(77.6 1.5 51.4) |
| LCH | lch(77.6 51.4 88.3) |
| OKLCH | oklch(0.807 0.120 89.1) |
Copy-ready code
/* CSS */
color: #dfbc5e;
background-color: #dfbc5e;
/* Tailwind (arbitrary) */
class="text-[#dfbc5e] bg-[#dfbc5e]"
/* SCSS */
$brand: #dfbc5e;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.369)
/* Android */
Color.parseColor("#dfbc5e")Accessibility — WCAG contrast
Aa
#dfbc5e on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbc5e on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow57.8%
Key (black)12.5%
Color previews
#dfbc5e text on a black background
contrast 11.49:1
Card sample
#dfbc5e text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbc5e;
Background color
Panel with #dfbc5e background
background-color: #dfbc5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbc5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbc5e; background: linear-gradient(135deg, #dfbc5e, #ACDF5E);