#feee2a
a balanced, electric yellow · cool · closest name: gold
RGB
254, 238, 42
HSL
56°, 99%, 58%
CMYK
0, 6, 84, 0
Luminance
0.8239
Every format
| HEX | #feee2a |
| RGB | rgb(254, 238, 42) |
| HSL | hsl(56, 99%, 58%) |
| CMYK | cmyk(0%, 6%, 84%, 0%) |
| LAB | lab(92.8 -13.2 85.8) |
| LCH | lch(92.8 86.8 98.8) |
| OKLCH | oklch(0.933 0.190 104.3) |
Copy-ready code
/* CSS */
color: #feee2a;
background-color: #feee2a;
/* Tailwind (arbitrary) */
class="text-[#feee2a] bg-[#feee2a]"
/* SCSS */
$brand: #feee2a;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.165)
/* Android */
Color.parseColor("#feee2a")Accessibility — WCAG contrast
Aa
#feee2a on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee2a on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow83.5%
Key (black)0.4%
Color previews
#feee2a text on a black background
contrast 17.48:1
Card sample
#feee2a text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee2a;
Background color
Panel with #feee2a background
background-color: #feee2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee2a; background: linear-gradient(135deg, #feee2a, #80FE2A);