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