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