#feee82
a light, electric yellow · cool · closest name: khaki
RGB
254, 238, 130
HSL
52°, 98%, 75%
CMYK
0, 6, 49, 0
Luminance
0.8383
Every format
| HEX | #feee82 |
| RGB | rgb(254, 238, 130) |
| HSL | hsl(52, 98%, 75%) |
| CMYK | cmyk(0%, 6%, 49%, 0%) |
| LAB | lab(93.4 -8.4 53.8) |
| LCH | lch(93.4 54.5 98.9) |
| OKLCH | oklch(0.940 0.130 101.0) |
Copy-ready code
/* CSS */
color: #feee82;
background-color: #feee82;
/* Tailwind (arbitrary) */
class="text-[#feee82] bg-[#feee82]"
/* SCSS */
$brand: #feee82;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.510)
/* Android */
Color.parseColor("#feee82")Accessibility — WCAG contrast
Aa
#feee82 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee82 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow48.8%
Key (black)0.4%
Color previews
#feee82 text on a black background
contrast 17.77:1
Card sample
#feee82 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee82;
Background color
Panel with #feee82 background
background-color: #feee82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee82; background: linear-gradient(135deg, #feee82, #BBFE82);