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