#feef3c
a balanced, electric yellow · cool · closest name: gold
RGB
254, 239, 60
HSL
55°, 99%, 62%
CMYK
0, 6, 76, 0
Luminance
0.8313
Every format
| HEX | #feef3c |
| RGB | rgb(254, 239, 60) |
| HSL | hsl(55, 99%, 62%) |
| CMYK | cmyk(0%, 6%, 76%, 0%) |
| LAB | lab(93.1 -13.2 81.4) |
| LCH | lch(93.1 82.5 99.2) |
| OKLCH | oklch(0.936 0.183 104.4) |
Copy-ready code
/* CSS */
color: #feef3c;
background-color: #feef3c;
/* Tailwind (arbitrary) */
class="text-[#feef3c] bg-[#feef3c]"
/* SCSS */
$brand: #feef3c;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.235)
/* Android */
Color.parseColor("#feef3c")Accessibility — WCAG contrast
Aa
#feef3c on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feef3c on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow76.4%
Key (black)0.4%
Color previews
#feef3c text on a black background
contrast 17.63:1
Card sample
#feef3c text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feef3c;
Background color
Panel with #feef3c background
background-color: #feef3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feef3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feef3c; background: linear-gradient(135deg, #feef3c, #8CFE3C);