#dfb32c
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 179, 44
HSL
45°, 74%, 52%
CMYK
0, 20, 80, 13
Luminance
0.4811
Every format
| HEX | #dfb32c |
| RGB | rgb(223, 179, 44) |
| HSL | hsl(45, 74%, 52%) |
| CMYK | cmyk(0%, 20%, 80%, 13%) |
| LAB | lab(74.9 3.6 69.0) |
| LCH | lch(74.9 69.1 87.0) |
| OKLCH | oklch(0.785 0.149 89.2) |
Copy-ready code
/* CSS */
color: #dfb32c;
background-color: #dfb32c;
/* Tailwind (arbitrary) */
class="text-[#dfb32c] bg-[#dfb32c]"
/* SCSS */
$brand: #dfb32c;
/* SwiftUI */
Color(red: 0.875, green: 0.702, blue: 0.173)
/* Android */
Color.parseColor("#dfb32c")Accessibility — WCAG contrast
Aa
#dfb32c on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb32c on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green70.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow80.3%
Key (black)12.5%
Color previews
#dfb32c text on a black background
contrast 10.62:1
Card sample
#dfb32c text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb32c;
Background color
Panel with #dfb32c background
background-color: #dfb32c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb32c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 179, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 179, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb32c; background: linear-gradient(135deg, #dfb32c, #94DF2C);