#dfba47
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 186, 71
HSL
45°, 70%, 58%
CMYK
0, 17, 68, 13
Luminance
0.5126
Every format
| HEX | #dfba47 |
| RGB | rgb(223, 186, 71) |
| HSL | hsl(45, 70%, 58%) |
| CMYK | cmyk(0%, 17%, 68%, 13%) |
| LAB | lab(76.8 1.1 60.9) |
| LCH | lch(76.8 60.9 89.0) |
| OKLCH | oklch(0.801 0.137 90.9) |
Copy-ready code
/* CSS */
color: #dfba47;
background-color: #dfba47;
/* Tailwind (arbitrary) */
class="text-[#dfba47] bg-[#dfba47]"
/* SCSS */
$brand: #dfba47;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.278)
/* Android */
Color.parseColor("#dfba47")Accessibility — WCAG contrast
Aa
#dfba47 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba47 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow68.2%
Key (black)12.5%
Color previews
#dfba47 text on a black background
contrast 11.25:1
Card sample
#dfba47 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba47;
Background color
Panel with #dfba47 background
background-color: #dfba47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba47; background: linear-gradient(135deg, #dfba47, #9FDF47);