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