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