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