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