#dfba37
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 186, 55
HSL
47°, 72%, 55%
CMYK
0, 17, 75, 13
Luminance
0.5108
Every format
| HEX | #dfba37 |
| RGB | rgb(223, 186, 55) |
| HSL | hsl(47, 72%, 55%) |
| CMYK | cmyk(0%, 17%, 75%, 13%) |
| LAB | lab(76.7 0.3 67.0) |
| LCH | lch(76.7 67.0 89.7) |
| OKLCH | oklch(0.800 0.147 92.4) |
Copy-ready code
/* CSS */
color: #dfba37;
background-color: #dfba37;
/* Tailwind (arbitrary) */
class="text-[#dfba37] bg-[#dfba37]"
/* SCSS */
$brand: #dfba37;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.216)
/* Android */
Color.parseColor("#dfba37")Accessibility — WCAG contrast
Aa
#dfba37 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba37 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow75.3%
Key (black)12.5%
Color previews
#dfba37 text on a black background
contrast 11.22:1
Card sample
#dfba37 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba37;
Background color
Panel with #dfba37 background
background-color: #dfba37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba37; background: linear-gradient(135deg, #dfba37, #94DF37);