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