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