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