#dfe445
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 228, 69
HSL
62°, 75%, 58%
CMYK
2, 0, 70, 11
Luminance
0.7160
Every format
| HEX | #dfe445 |
| RGB | rgb(223, 228, 69) |
| HSL | hsl(62, 75%, 58%) |
| CMYK | cmyk(2%, 0%, 70%, 11%) |
| LAB | lab(87.8 -20.2 72.7) |
| LCH | lch(87.8 75.4 105.5) |
| OKLCH | oklch(0.888 0.173 111.2) |
Copy-ready code
/* CSS */
color: #dfe445;
background-color: #dfe445;
/* Tailwind (arbitrary) */
class="text-[#dfe445] bg-[#dfe445]"
/* SCSS */
$brand: #dfe445;
/* SwiftUI */
Color(red: 0.875, green: 0.894, blue: 0.271)
/* Android */
Color.parseColor("#dfe445")Accessibility — WCAG contrast
Aa
#dfe445 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe445 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.4%
Blue27.1%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow69.7%
Key (black)10.6%
Color previews
#dfe445 text on a black background
contrast 15.32:1
Card sample
#dfe445 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe445;
Background color
Panel with #dfe445 background
background-color: #dfe445;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe445;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 228, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 228, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe445; background: linear-gradient(135deg, #dfe445, #75E445);