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