#dfba4f
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 186, 79
HSL
45°, 69%, 59%
CMYK
0, 17, 65, 13
Luminance
0.5137
Every format
| HEX | #dfba4f |
| RGB | rgb(223, 186, 79) |
| HSL | hsl(45, 69%, 59%) |
| CMYK | cmyk(0%, 17%, 65%, 13%) |
| LAB | lab(76.9 1.6 57.6) |
| LCH | lch(76.9 57.6 88.4) |
| OKLCH | oklch(0.802 0.131 89.9) |
Copy-ready code
/* CSS */
color: #dfba4f;
background-color: #dfba4f;
/* Tailwind (arbitrary) */
class="text-[#dfba4f] bg-[#dfba4f]"
/* SCSS */
$brand: #dfba4f;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.310)
/* Android */
Color.parseColor("#dfba4f")Accessibility — WCAG contrast
Aa
#dfba4f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba4f on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow64.6%
Key (black)12.5%
Color previews
#dfba4f text on a black background
contrast 11.27:1
Card sample
#dfba4f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba4f;
Background color
Panel with #dfba4f background
background-color: #dfba4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba4f; background: linear-gradient(135deg, #dfba4f, #A4DF4F);