#dfb72f
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 183, 47
HSL
46°, 73%, 53%
CMYK
0, 18, 79, 13
Luminance
0.4976
Every format
| HEX | #dfb72f |
| RGB | rgb(223, 183, 47) |
| HSL | hsl(46, 73%, 53%) |
| CMYK | cmyk(0%, 18%, 79%, 13%) |
| LAB | lab(75.9 1.6 68.9) |
| LCH | lch(75.9 69.0 88.7) |
| OKLCH | oklch(0.793 0.149 91.3) |
Copy-ready code
/* CSS */
color: #dfb72f;
background-color: #dfb72f;
/* Tailwind (arbitrary) */
class="text-[#dfb72f] bg-[#dfb72f]"
/* SCSS */
$brand: #dfb72f;
/* SwiftUI */
Color(red: 0.875, green: 0.718, blue: 0.184)
/* Android */
Color.parseColor("#dfb72f")Accessibility — WCAG contrast
Aa
#dfb72f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb72f on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow78.9%
Key (black)12.5%
Color previews
#dfb72f text on a black background
contrast 10.95:1
Card sample
#dfb72f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb72f;
Background color
Panel with #dfb72f background
background-color: #dfb72f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb72f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 183, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 183, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb72f; background: linear-gradient(135deg, #dfb72f, #91DF2F);