#dfbf33
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 191, 51
HSL
49°, 73%, 54%
CMYK
0, 14, 77, 13
Luminance
0.5319
Every format
| HEX | #dfbf33 |
| RGB | rgb(223, 191, 51) |
| HSL | hsl(49, 73%, 54%) |
| CMYK | cmyk(0%, 14%, 77%, 13%) |
| LAB | lab(78.0 -2.4 69.5) |
| LCH | lch(78.0 69.6 92.0) |
| OKLCH | oklch(0.809 0.152 95.4) |
Copy-ready code
/* CSS */
color: #dfbf33;
background-color: #dfbf33;
/* Tailwind (arbitrary) */
class="text-[#dfbf33] bg-[#dfbf33]"
/* SCSS */
$brand: #dfbf33;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.200)
/* Android */
Color.parseColor("#dfbf33")Accessibility — WCAG contrast
Aa
#dfbf33 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbf33 on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow77.1%
Key (black)12.5%
Color previews
#dfbf33 text on a black background
contrast 11.64:1
Card sample
#dfbf33 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbf33;
Background color
Panel with #dfbf33 background
background-color: #dfbf33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbf33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbf33; background: linear-gradient(135deg, #dfbf33, #8CDF33);