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