#feee98
a light, electric yellow · cool · closest name: khaki
RGB
254, 238, 152
HSL
51°, 98%, 80%
CMYK
0, 6, 40, 0
Luminance
0.8449
Every format
| HEX | #feee98 |
| RGB | rgb(254, 238, 152) |
| HSL | hsl(51, 98%, 80%) |
| CMYK | cmyk(0%, 6%, 40%, 0%) |
| LAB | lab(93.7 -6.3 43.5) |
| LCH | lch(93.7 44.0 98.3) |
| OKLCH | oklch(0.943 0.108 99.0) |
Copy-ready code
/* CSS */
color: #feee98;
background-color: #feee98;
/* Tailwind (arbitrary) */
class="text-[#feee98] bg-[#feee98]"
/* SCSS */
$brand: #feee98;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.596)
/* Android */
Color.parseColor("#feee98")Accessibility — WCAG contrast
Aa
#feee98 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee98 on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow40.2%
Key (black)0.4%
Color previews
#feee98 text on a black background
contrast 17.90:1
Card sample
#feee98 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee98;
Background color
Panel with #feee98 background
background-color: #feee98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee98; background: linear-gradient(135deg, #feee98, #CAFE98);