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