#feee7a
a light, electric yellow · cool · closest name: khaki
RGB
254, 238, 122
HSL
53°, 99%, 74%
CMYK
0, 6, 52, 0
Luminance
0.8363
Every format
| HEX | #feee7a |
| RGB | rgb(254, 238, 122) |
| HSL | hsl(53, 99%, 74%) |
| CMYK | cmyk(0%, 6%, 52%, 0%) |
| LAB | lab(93.3 -9.1 57.4) |
| LCH | lch(93.3 58.1 99.0) |
| OKLCH | oklch(0.939 0.138 101.5) |
Copy-ready code
/* CSS */
color: #feee7a;
background-color: #feee7a;
/* Tailwind (arbitrary) */
class="text-[#feee7a] bg-[#feee7a]"
/* SCSS */
$brand: #feee7a;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.478)
/* Android */
Color.parseColor("#feee7a")Accessibility — WCAG contrast
Aa
#feee7a on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee7a on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow52.0%
Key (black)0.4%
Color previews
#feee7a text on a black background
contrast 17.73:1
Card sample
#feee7a text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee7a;
Background color
Panel with #feee7a background
background-color: #feee7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee7a; background: linear-gradient(135deg, #feee7a, #B6FE7A);