#dfea59
a balanced, electric yellow · cool · closest name: khaki
RGB
223, 234, 89
HSL
65°, 78%, 63%
CMYK
5, 0, 62, 8
Luminance
0.7525
Every format
| HEX | #dfea59 |
| RGB | rgb(223, 234, 89) |
| HSL | hsl(65, 78%, 63%) |
| CMYK | cmyk(5%, 0%, 62%, 8%) |
| LAB | lab(89.5 -22.0 66.9) |
| LCH | lch(89.5 70.4 108.2) |
| OKLCH | oklch(0.902 0.166 113.4) |
Copy-ready code
/* CSS */
color: #dfea59;
background-color: #dfea59;
/* Tailwind (arbitrary) */
class="text-[#dfea59] bg-[#dfea59]"
/* SCSS */
$brand: #dfea59;
/* SwiftUI */
Color(red: 0.875, green: 0.918, blue: 0.349)
/* Android */
Color.parseColor("#dfea59")Accessibility — WCAG contrast
Aa
#dfea59 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfea59 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.8%
Blue34.9%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow62.0%
Key (black)8.2%
Color previews
#dfea59 text on a black background
contrast 16.05:1
Card sample
#dfea59 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfea59;
Background color
Panel with #dfea59 background
background-color: #dfea59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfea59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 234, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 234, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfea59; background: linear-gradient(135deg, #dfea59, #7EEA59);