#feef5f
a light, electric yellow · cool · closest name: gold
RGB
254, 239, 95
HSL
54°, 99%, 68%
CMYK
0, 6, 63, 0
Luminance
0.8363
Every format
| HEX | #feef5f |
| RGB | rgb(254, 239, 95) |
| HSL | hsl(54, 99%, 68%) |
| CMYK | cmyk(0%, 6%, 63%, 0%) |
| LAB | lab(93.3 -11.5 69.2) |
| LCH | lch(93.3 70.1 99.4) |
| OKLCH | oklch(0.938 0.162 103.4) |
Copy-ready code
/* CSS */
color: #feef5f;
background-color: #feef5f;
/* Tailwind (arbitrary) */
class="text-[#feef5f] bg-[#feef5f]"
/* SCSS */
$brand: #feef5f;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.373)
/* Android */
Color.parseColor("#feef5f")Accessibility — WCAG contrast
Aa
#feef5f on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feef5f on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow62.6%
Key (black)0.4%
Color previews
#feef5f text on a black background
contrast 17.73:1
Card sample
#feef5f text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feef5f;
Background color
Panel with #feef5f background
background-color: #feef5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feef5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feef5f; background: linear-gradient(135deg, #feef5f, #A3FE5F);