#dfb54c
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 181, 76
HSL
43°, 70%, 59%
CMYK
0, 19, 66, 13
Luminance
0.4926
Every format
| HEX | #dfb54c |
| RGB | rgb(223, 181, 76) |
| HSL | hsl(43, 70%, 59%) |
| CMYK | cmyk(0%, 19%, 66%, 13%) |
| LAB | lab(75.6 4.0 57.5) |
| LCH | lch(75.6 57.6 86.0) |
| OKLCH | oklch(0.791 0.131 87.0) |
Copy-ready code
/* CSS */
color: #dfb54c;
background-color: #dfb54c;
/* Tailwind (arbitrary) */
class="text-[#dfb54c] bg-[#dfb54c]"
/* SCSS */
$brand: #dfb54c;
/* SwiftUI */
Color(red: 0.875, green: 0.710, blue: 0.298)
/* Android */
Color.parseColor("#dfb54c")Accessibility — WCAG contrast
Aa
#dfb54c on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb54c on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.0%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow65.9%
Key (black)12.5%
Color previews
#dfb54c text on a black background
contrast 10.85:1
Card sample
#dfb54c text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb54c;
Background color
Panel with #dfb54c background
background-color: #dfb54c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb54c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 181, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 181, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb54c; background: linear-gradient(135deg, #dfb54c, #A7DF4C);