#dfbc24
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 188, 36
HSL
49°, 75%, 51%
CMYK
0, 16, 84, 13
Luminance
0.5178
Every format
| HEX | #dfbc24 |
| RGB | rgb(223, 188, 36) |
| HSL | hsl(49, 75%, 51%) |
| CMYK | cmyk(0%, 16%, 84%, 13%) |
| LAB | lab(77.2 -1.3 73.2) |
| LCH | lch(77.2 73.2 91.0) |
| OKLCH | oklch(0.803 0.157 94.6) |
Copy-ready code
/* CSS */
color: #dfbc24;
background-color: #dfbc24;
/* Tailwind (arbitrary) */
class="text-[#dfbc24] bg-[#dfbc24]"
/* SCSS */
$brand: #dfbc24;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.141)
/* Android */
Color.parseColor("#dfbc24")Accessibility — WCAG contrast
Aa
#dfbc24 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbc24 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow83.9%
Key (black)12.5%
Color previews
#dfbc24 text on a black background
contrast 11.36:1
Card sample
#dfbc24 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbc24;
Background color
Panel with #dfbc24 background
background-color: #dfbc24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbc24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbc24; background: linear-gradient(135deg, #dfbc24, #85DF24);