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