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