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