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