#dfb84a
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 184, 74
HSL
44°, 70%, 58%
CMYK
0, 18, 67, 13
Luminance
0.5046
Every format
| HEX | #dfb84a |
| RGB | rgb(223, 184, 74) |
| HSL | hsl(44, 70%, 58%) |
| CMYK | cmyk(0%, 18%, 67%, 13%) |
| LAB | lab(76.3 2.3 59.1) |
| LCH | lch(76.3 59.2 87.8) |
| OKLCH | oklch(0.797 0.134 89.3) |
Copy-ready code
/* CSS */
color: #dfb84a;
background-color: #dfb84a;
/* Tailwind (arbitrary) */
class="text-[#dfb84a] bg-[#dfb84a]"
/* SCSS */
$brand: #dfb84a;
/* SwiftUI */
Color(red: 0.875, green: 0.722, blue: 0.290)
/* Android */
Color.parseColor("#dfb84a")Accessibility — WCAG contrast
Aa
#dfb84a on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb84a on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.2%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow66.8%
Key (black)12.5%
Color previews
#dfb84a text on a black background
contrast 11.09:1
Card sample
#dfb84a text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb84a;
Background color
Panel with #dfb84a background
background-color: #dfb84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 184, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 184, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb84a; background: linear-gradient(135deg, #dfb84a, #A3DF4A);