#dfbf07
a balanced, electric yellow · cool · closest name: gold
RGB
223, 191, 7
HSL
51°, 94%, 45%
CMYK
0, 14, 97, 13
Luminance
0.5296
Every format
| HEX | #dfbf07 |
| RGB | rgb(223, 191, 7) |
| HSL | hsl(51, 94%, 45%) |
| CMYK | cmyk(0%, 14%, 97%, 13%) |
| LAB | lab(77.9 -3.4 78.6) |
| LCH | lch(77.9 78.7 92.4) |
| OKLCH | oklch(0.808 0.166 96.8) |
Copy-ready code
/* CSS */
color: #dfbf07;
background-color: #dfbf07;
/* Tailwind (arbitrary) */
class="text-[#dfbf07] bg-[#dfbf07]"
/* SCSS */
$brand: #dfbf07;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.027)
/* Android */
Color.parseColor("#dfbf07")Accessibility — WCAG contrast
Aa
#dfbf07 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbf07 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow96.9%
Key (black)12.5%
Color previews
#dfbf07 text on a black background
contrast 11.59:1
Card sample
#dfbf07 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbf07;
Background color
Panel with #dfbf07 background
background-color: #dfbf07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbf07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbf07; background: linear-gradient(135deg, #dfbf07, #6FDF07);