#feee88
a light, electric yellow · cool · closest name: khaki
RGB
254, 238, 136
HSL
52°, 98%, 77%
CMYK
0, 6, 47, 0
Luminance
0.8400
Every format
| HEX | #feee88 |
| RGB | rgb(254, 238, 136) |
| HSL | hsl(52, 98%, 77%) |
| CMYK | cmyk(0%, 6%, 47%, 0%) |
| LAB | lab(93.5 -7.9 51.0) |
| LCH | lch(93.5 51.7 98.8) |
| OKLCH | oklch(0.941 0.124 100.5) |
Copy-ready code
/* CSS */
color: #feee88;
background-color: #feee88;
/* Tailwind (arbitrary) */
class="text-[#feee88] bg-[#feee88]"
/* SCSS */
$brand: #feee88;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.533)
/* Android */
Color.parseColor("#feee88")Accessibility — WCAG contrast
Aa
#feee88 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee88 on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow46.5%
Key (black)0.4%
Color previews
#feee88 text on a black background
contrast 17.80:1
Card sample
#feee88 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee88;
Background color
Panel with #feee88 background
background-color: #feee88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee88; background: linear-gradient(135deg, #feee88, #BFFE88);