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