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