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