#dfbf40
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 191, 64
HSL
48°, 71%, 56%
CMYK
0, 14, 71, 13
Luminance
0.5332
Every format
| HEX | #dfbf40 |
| RGB | rgb(223, 191, 64) |
| HSL | hsl(48, 71%, 56%) |
| CMYK | cmyk(0%, 14%, 71%, 13%) |
| LAB | lab(78.1 -1.9 65.0) |
| LCH | lch(78.1 65.0 91.6) |
| OKLCH | oklch(0.810 0.145 94.5) |
Copy-ready code
/* CSS */
color: #dfbf40;
background-color: #dfbf40;
/* Tailwind (arbitrary) */
class="text-[#dfbf40] bg-[#dfbf40]"
/* SCSS */
$brand: #dfbf40;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.251)
/* Android */
Color.parseColor("#dfbf40")Accessibility — WCAG contrast
Aa
#dfbf40 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbf40 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow71.3%
Key (black)12.5%
Color previews
#dfbf40 text on a black background
contrast 11.66:1
Card sample
#dfbf40 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbf40;
Background color
Panel with #dfbf40 background
background-color: #dfbf40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbf40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbf40; background: linear-gradient(135deg, #dfbf40, #95DF40);