#fee921
a balanced, electric yellow · cool · closest name: gold
RGB
254, 233, 33
HSL
54°, 99%, 56%
CMYK
0, 8, 87, 0
Luminance
0.7946
Every format
| HEX | #fee921 |
| RGB | rgb(254, 233, 33) |
| HSL | hsl(54, 99%, 56%) |
| CMYK | cmyk(0%, 8%, 87%, 0%) |
| LAB | lab(91.4 -11.0 86.6) |
| LCH | lch(91.4 87.3 97.2) |
| OKLCH | oklch(0.922 0.188 102.6) |
Copy-ready code
/* CSS */
color: #fee921;
background-color: #fee921;
/* Tailwind (arbitrary) */
class="text-[#fee921] bg-[#fee921]"
/* SCSS */
$brand: #fee921;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#fee921")Accessibility — WCAG contrast
Aa
#fee921 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee921 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow87.0%
Key (black)0.4%
Color previews
#fee921 text on a black background
contrast 16.89:1
Card sample
#fee921 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee921;
Background color
Panel with #fee921 background
background-color: #fee921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee921; background: linear-gradient(135deg, #fee921, #80FE21);