#dfbc17
a balanced, electric yellow · cool · closest name: gold
RGB
223, 188, 23
HSL
50°, 81%, 48%
CMYK
0, 16, 90, 13
Luminance
0.5172
Every format
| HEX | #dfbc17 |
| RGB | rgb(223, 188, 23) |
| HSL | hsl(50, 81%, 48%) |
| CMYK | cmyk(0%, 16%, 90%, 13%) |
| LAB | lab(77.1 -1.6 76.0) |
| LCH | lch(77.1 76.0 91.2) |
| OKLCH | oklch(0.802 0.161 95.0) |
Copy-ready code
/* CSS */
color: #dfbc17;
background-color: #dfbc17;
/* Tailwind (arbitrary) */
class="text-[#dfbc17] bg-[#dfbc17]"
/* SCSS */
$brand: #dfbc17;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.090)
/* Android */
Color.parseColor("#dfbc17")Accessibility — WCAG contrast
Aa
#dfbc17 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbc17 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow89.7%
Key (black)12.5%
Color previews
#dfbc17 text on a black background
contrast 11.34:1
Card sample
#dfbc17 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbc17;
Background color
Panel with #dfbc17 background
background-color: #dfbc17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbc17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbc17; background: linear-gradient(135deg, #dfbc17, #7DDF17);