#feef2c
a balanced, electric yellow · cool · closest name: yellow
RGB
254, 239, 44
HSL
56°, 99%, 58%
CMYK
0, 6, 83, 0
Luminance
0.8299
Every format
| HEX | #feef2c |
| RGB | rgb(254, 239, 44) |
| HSL | hsl(56, 99%, 58%) |
| CMYK | cmyk(0%, 6%, 83%, 0%) |
| LAB | lab(93.0 -13.7 85.6) |
| LCH | lch(93.0 86.7 99.1) |
| OKLCH | oklch(0.935 0.190 104.7) |
Copy-ready code
/* CSS */
color: #feef2c;
background-color: #feef2c;
/* Tailwind (arbitrary) */
class="text-[#feef2c] bg-[#feef2c]"
/* SCSS */
$brand: #feef2c;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.173)
/* Android */
Color.parseColor("#feef2c")Accessibility — WCAG contrast
Aa
#feef2c on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feef2c on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow82.7%
Key (black)0.4%
Color previews
#feef2c text on a black background
contrast 17.60:1
Card sample
#feef2c text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feef2c;
Background color
Panel with #feef2c background
background-color: #feef2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feef2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feef2c; background: linear-gradient(135deg, #feef2c, #81FE2C);