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