#fee366
a light, electric yellow · cool · closest name: khaki
RGB
254, 227, 102
HSL
49°, 99%, 70%
CMYK
0, 11, 60, 0
Luminance
0.7697
Every format
| HEX | #fee366 |
| RGB | rgb(254, 227, 102) |
| HSL | hsl(49, 99%, 70%) |
| CMYK | cmyk(0%, 11%, 60%, 0%) |
| LAB | lab(90.3 -5.1 63.0) |
| LCH | lch(90.3 63.2 94.6) |
| OKLCH | oklch(0.915 0.146 97.2) |
Copy-ready code
/* CSS */
color: #fee366;
background-color: #fee366;
/* Tailwind (arbitrary) */
class="text-[#fee366] bg-[#fee366]"
/* SCSS */
$brand: #fee366;
/* SwiftUI */
Color(red: 0.996, green: 0.890, blue: 0.400)
/* Android */
Color.parseColor("#fee366")Accessibility — WCAG contrast
Aa
#fee366 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee366 on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green89.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow59.8%
Key (black)0.4%
Color previews
#fee366 text on a black background
contrast 16.39:1
Card sample
#fee366 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee366;
Background color
Panel with #fee366 background
background-color: #fee366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 227, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 227, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee366; background: linear-gradient(135deg, #fee366, #B4FE66);