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