#dfe22b
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 226, 43
HSL
61°, 76%, 53%
CMYK
1, 0, 81, 11
Luminance
0.7026
Every format
| HEX | #dfe22b |
| RGB | rgb(223, 226, 43) |
| HSL | hsl(61, 76%, 53%) |
| CMYK | cmyk(1%, 0%, 81%, 11%) |
| LAB | lab(87.1 -20.2 79.9) |
| LCH | lch(87.1 82.4 104.2) |
| OKLCH | oklch(0.882 0.184 110.7) |
Copy-ready code
/* CSS */
color: #dfe22b;
background-color: #dfe22b;
/* Tailwind (arbitrary) */
class="text-[#dfe22b] bg-[#dfe22b]"
/* SCSS */
$brand: #dfe22b;
/* SwiftUI */
Color(red: 0.875, green: 0.886, blue: 0.169)
/* Android */
Color.parseColor("#dfe22b")Accessibility — WCAG contrast
Aa
#dfe22b on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe22b on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.6%
Blue16.9%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow81.0%
Key (black)11.4%
Color previews
#dfe22b text on a black background
contrast 15.05:1
Card sample
#dfe22b text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe22b;
Background color
Panel with #dfe22b background
background-color: #dfe22b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe22b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 226, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 226, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe22b; background: linear-gradient(135deg, #dfe22b, #65E22B);