#dfb04c
a balanced, vivid yellow · warm · closest name: peru
RGB
223, 176, 76
HSL
41°, 70%, 59%
CMYK
0, 21, 66, 13
Luminance
0.4726
Every format
| HEX | #dfb04c |
| RGB | rgb(223, 176, 76) |
| HSL | hsl(41, 70%, 59%) |
| CMYK | cmyk(0%, 21%, 66%, 13%) |
| LAB | lab(74.4 6.7 56.1) |
| LCH | lch(74.4 56.5 83.2) |
| OKLCH | oklch(0.781 0.128 83.5) |
Copy-ready code
/* CSS */
color: #dfb04c;
background-color: #dfb04c;
/* Tailwind (arbitrary) */
class="text-[#dfb04c] bg-[#dfb04c]"
/* SCSS */
$brand: #dfb04c;
/* SwiftUI */
Color(red: 0.875, green: 0.690, blue: 0.298)
/* Android */
Color.parseColor("#dfb04c")Accessibility — WCAG contrast
Aa
#dfb04c on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb04c on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.0%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow65.9%
Key (black)12.5%
Color previews
#dfb04c text on a black background
contrast 10.45:1
Card sample
#dfb04c text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb04c;
Background color
Panel with #dfb04c background
background-color: #dfb04c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb04c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 176, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 176, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb04c; background: linear-gradient(135deg, #dfb04c, #ACDF4C);