#dfb52c
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 181, 44
HSL
46°, 74%, 52%
CMYK
0, 19, 80, 13
Luminance
0.4892
Every format
| HEX | #dfb52c |
| RGB | rgb(223, 181, 44) |
| HSL | hsl(46, 74%, 52%) |
| CMYK | cmyk(0%, 19%, 80%, 13%) |
| LAB | lab(75.4 2.6 69.4) |
| LCH | lch(75.4 69.5 87.9) |
| OKLCH | oklch(0.789 0.150 90.3) |
Copy-ready code
/* CSS */
color: #dfb52c;
background-color: #dfb52c;
/* Tailwind (arbitrary) */
class="text-[#dfb52c] bg-[#dfb52c]"
/* SCSS */
$brand: #dfb52c;
/* SwiftUI */
Color(red: 0.875, green: 0.710, blue: 0.173)
/* Android */
Color.parseColor("#dfb52c")Accessibility — WCAG contrast
Aa
#dfb52c on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb52c on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow80.3%
Key (black)12.5%
Color previews
#dfb52c text on a black background
contrast 10.78:1
Card sample
#dfb52c text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb52c;
Background color
Panel with #dfb52c background
background-color: #dfb52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 181, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 181, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb52c; background: linear-gradient(135deg, #dfb52c, #92DF2C);