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