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