#dfbc3e
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 188, 62
HSL
47°, 72%, 56%
CMYK
0, 16, 72, 13
Luminance
0.5200
Every format
| HEX | #dfbc3e |
| RGB | rgb(223, 188, 62) |
| HSL | hsl(47, 72%, 56%) |
| CMYK | cmyk(0%, 16%, 72%, 13%) |
| LAB | lab(77.3 -0.4 65.0) |
| LCH | lch(77.3 65.0 90.3) |
| OKLCH | oklch(0.804 0.144 93.0) |
Copy-ready code
/* CSS */
color: #dfbc3e;
background-color: #dfbc3e;
/* Tailwind (arbitrary) */
class="text-[#dfbc3e] bg-[#dfbc3e]"
/* SCSS */
$brand: #dfbc3e;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.243)
/* Android */
Color.parseColor("#dfbc3e")Accessibility — WCAG contrast
Aa
#dfbc3e on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbc3e on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow72.2%
Key (black)12.5%
Color previews
#dfbc3e text on a black background
contrast 11.40:1
Card sample
#dfbc3e text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbc3e;
Background color
Panel with #dfbc3e background
background-color: #dfbc3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbc3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbc3e; background: linear-gradient(135deg, #dfbc3e, #97DF3E);