#dfe621
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 230, 33
HSL
62°, 80%, 52%
CMYK
3, 0, 86, 10
Luminance
0.7239
Every format
| HEX | #dfe621 |
| RGB | rgb(223, 230, 33) |
| HSL | hsl(62, 80%, 52%) |
| CMYK | cmyk(3%, 0%, 86%, 10%) |
| LAB | lab(88.2 -22.4 82.9) |
| LCH | lch(88.2 85.9 105.1) |
| OKLCH | oklch(0.890 0.191 112.0) |
Copy-ready code
/* CSS */
color: #dfe621;
background-color: #dfe621;
/* Tailwind (arbitrary) */
class="text-[#dfe621] bg-[#dfe621]"
/* SCSS */
$brand: #dfe621;
/* SwiftUI */
Color(red: 0.875, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#dfe621")Accessibility — WCAG contrast
Aa
#dfe621 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe621 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.2%
Blue12.9%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#dfe621 text on a black background
contrast 15.48:1
Card sample
#dfe621 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe621;
Background color
Panel with #dfe621 background
background-color: #dfe621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe621; background: linear-gradient(135deg, #dfe621, #5CE621);