#dfe821
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 232, 33
HSL
63°, 81%, 52%
CMYK
4, 0, 86, 9
Luminance
0.7351
Every format
| HEX | #dfe821 |
| RGB | rgb(223, 232, 33) |
| HSL | hsl(63, 81%, 52%) |
| CMYK | cmyk(4%, 0%, 86%, 9%) |
| LAB | lab(88.7 -23.4 83.3) |
| LCH | lch(88.7 86.5 105.7) |
| OKLCH | oklch(0.894 0.193 112.6) |
Copy-ready code
/* CSS */
color: #dfe821;
background-color: #dfe821;
/* Tailwind (arbitrary) */
class="text-[#dfe821] bg-[#dfe821]"
/* SCSS */
$brand: #dfe821;
/* SwiftUI */
Color(red: 0.875, green: 0.910, blue: 0.129)
/* Android */
Color.parseColor("#dfe821")Accessibility — WCAG contrast
Aa
#dfe821 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe821 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.0%
Blue12.9%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow85.8%
Key (black)9.0%
Color previews
#dfe821 text on a black background
contrast 15.70:1
Card sample
#dfe821 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe821;
Background color
Panel with #dfe821 background
background-color: #dfe821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 232, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 232, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe821; background: linear-gradient(135deg, #dfe821, #5BE821);