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