#dfba59
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 186, 89
HSL
43°, 68%, 61%
CMYK
0, 17, 60, 13
Luminance
0.5153
Every format
| HEX | #dfba59 |
| RGB | rgb(223, 186, 89) |
| HSL | hsl(43, 68%, 61%) |
| CMYK | cmyk(0%, 17%, 60%, 13%) |
| LAB | lab(77.0 2.2 53.1) |
| LCH | lch(77.0 53.2 87.6) |
| OKLCH | oklch(0.803 0.123 88.5) |
Copy-ready code
/* CSS */
color: #dfba59;
background-color: #dfba59;
/* Tailwind (arbitrary) */
class="text-[#dfba59] bg-[#dfba59]"
/* SCSS */
$brand: #dfba59;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.349)
/* Android */
Color.parseColor("#dfba59")Accessibility — WCAG contrast
Aa
#dfba59 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba59 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow60.1%
Key (black)12.5%
Color previews
#dfba59 text on a black background
contrast 11.31:1
Card sample
#dfba59 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba59;
Background color
Panel with #dfba59 background
background-color: #dfba59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba59; background: linear-gradient(135deg, #dfba59, #ABDF59);