#feee51
a light, electric yellow · cool · closest name: gold
RGB
254, 238, 81
HSL
55°, 99%, 66%
CMYK
0, 6, 68, 0
Luminance
0.8281
Every format
| HEX | #feee51 |
| RGB | rgb(254, 238, 81) |
| HSL | hsl(55, 99%, 66%) |
| CMYK | cmyk(0%, 6%, 68%, 0%) |
| LAB | lab(92.9 -11.8 74.3) |
| LCH | lch(92.9 75.2 99.0) |
| OKLCH | oklch(0.935 0.171 103.4) |
Copy-ready code
/* CSS */
color: #feee51;
background-color: #feee51;
/* Tailwind (arbitrary) */
class="text-[#feee51] bg-[#feee51]"
/* SCSS */
$brand: #feee51;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.318)
/* Android */
Color.parseColor("#feee51")Accessibility — WCAG contrast
Aa
#feee51 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee51 on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow68.1%
Key (black)0.4%
Color previews
#feee51 text on a black background
contrast 17.56:1
Card sample
#feee51 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee51;
Background color
Panel with #feee51 background
background-color: #feee51;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee51;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee51; background: linear-gradient(135deg, #feee51, #9BFE51);