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