#feee6a
a light, electric yellow · cool · closest name: khaki
RGB
254, 238, 106
HSL
54°, 99%, 71%
CMYK
0, 6, 58, 0
Luminance
0.8326
Every format
| HEX | #feee6a |
| RGB | rgb(254, 238, 106) |
| HSL | hsl(54, 99%, 71%) |
| CMYK | cmyk(0%, 6%, 58%, 0%) |
| LAB | lab(93.1 -10.3 64.4) |
| LCH | lch(93.1 65.2 99.1) |
| OKLCH | oklch(0.937 0.152 102.4) |
Copy-ready code
/* CSS */
color: #feee6a;
background-color: #feee6a;
/* Tailwind (arbitrary) */
class="text-[#feee6a] bg-[#feee6a]"
/* SCSS */
$brand: #feee6a;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.416)
/* Android */
Color.parseColor("#feee6a")Accessibility — WCAG contrast
Aa
#feee6a on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee6a on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow58.3%
Key (black)0.4%
Color previews
#feee6a text on a black background
contrast 17.65:1
Card sample
#feee6a text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee6a;
Background color
Panel with #feee6a background
background-color: #feee6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee6a; background: linear-gradient(135deg, #feee6a, #ABFE6A);