#dfe721
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 231, 33
HSL
62°, 81%, 52%
CMYK
4, 0, 86, 9
Luminance
0.7295
Every format
| HEX | #dfe721 |
| RGB | rgb(223, 231, 33) |
| HSL | hsl(62, 81%, 52%) |
| CMYK | cmyk(4%, 0%, 86%, 9%) |
| LAB | lab(88.4 -22.9 83.1) |
| LCH | lch(88.4 86.2 105.4) |
| OKLCH | oklch(0.892 0.192 112.3) |
Copy-ready code
/* CSS */
color: #dfe721;
background-color: #dfe721;
/* Tailwind (arbitrary) */
class="text-[#dfe721] bg-[#dfe721]"
/* SCSS */
$brand: #dfe721;
/* SwiftUI */
Color(red: 0.875, green: 0.906, blue: 0.129)
/* Android */
Color.parseColor("#dfe721")Accessibility — WCAG contrast
Aa
#dfe721 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe721 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.6%
Blue12.9%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow85.7%
Key (black)9.4%
Color previews
#dfe721 text on a black background
contrast 15.59:1
Card sample
#dfe721 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe721;
Background color
Panel with #dfe721 background
background-color: #dfe721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 231, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 231, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe721; background: linear-gradient(135deg, #dfe721, #5BE721);