#fef577
a light, electric yellow · cool · closest name: khaki
RGB
254, 245, 119
HSL
56°, 99%, 73%
CMYK
0, 4, 53, 0
Luminance
0.8771
Every format
| HEX | #fef577 |
| RGB | rgb(254, 245, 119) |
| HSL | hsl(56, 99%, 73%) |
| CMYK | cmyk(0%, 4%, 53%, 0%) |
| LAB | lab(95.0 -12.8 60.8) |
| LCH | lch(95.0 62.2 101.9) |
| OKLCH | oklch(0.953 0.147 105.1) |
Copy-ready code
/* CSS */
color: #fef577;
background-color: #fef577;
/* Tailwind (arbitrary) */
class="text-[#fef577] bg-[#fef577]"
/* SCSS */
$brand: #fef577;
/* SwiftUI */
Color(red: 0.996, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#fef577")Accessibility — WCAG contrast
Aa
#fef577 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef577 on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.1%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow53.1%
Key (black)0.4%
Color previews
#fef577 text on a black background
contrast 18.54:1
Card sample
#fef577 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef577;
Background color
Panel with #fef577 background
background-color: #fef577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef577; background: linear-gradient(135deg, #fef577, #ADFE77);