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