#dfe042
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 224, 66
HSL
60°, 72%, 57%
CMYK
0, 0, 71, 12
Luminance
0.6939
Every format
| HEX | #dfe042 |
| RGB | rgb(223, 224, 66) |
| HSL | hsl(60, 72%, 57%) |
| CMYK | cmyk(0%, 0%, 71%, 12%) |
| LAB | lab(86.7 -18.4 72.7) |
| LCH | lch(86.7 75.0 104.2) |
| OKLCH | oklch(0.879 0.171 109.8) |
Copy-ready code
/* CSS */
color: #dfe042;
background-color: #dfe042;
/* Tailwind (arbitrary) */
class="text-[#dfe042] bg-[#dfe042]"
/* SCSS */
$brand: #dfe042;
/* SwiftUI */
Color(red: 0.875, green: 0.878, blue: 0.259)
/* Android */
Color.parseColor("#dfe042")Accessibility — WCAG contrast
Aa
#dfe042 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe042 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.8%
Blue25.9%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow70.5%
Key (black)12.2%
Color previews
#dfe042 text on a black background
contrast 14.88:1
Card sample
#dfe042 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe042;
Background color
Panel with #dfe042 background
background-color: #dfe042;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe042;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 224, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 224, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe042; background: linear-gradient(135deg, #dfe042, #76E042);