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