#fefd80
a light, electric yellow · cool · closest name: khaki
RGB
254, 253, 128
HSL
60°, 98%, 75%
CMYK
0, 0, 50, 0
Luminance
0.9288
Every format
| HEX | #fefd80 |
| RGB | rgb(254, 253, 128) |
| HSL | hsl(60, 98%, 75%) |
| CMYK | cmyk(0%, 0%, 50%, 0%) |
| LAB | lab(97.2 -16.0 59.3) |
| LCH | lch(97.2 61.4 105.1) |
| OKLCH | oklch(0.970 0.147 108.4) |
Copy-ready code
/* CSS */
color: #fefd80;
background-color: #fefd80;
/* Tailwind (arbitrary) */
class="text-[#fefd80] bg-[#fefd80]"
/* SCSS */
$brand: #fefd80;
/* SwiftUI */
Color(red: 0.996, green: 0.992, blue: 0.502)
/* Android */
Color.parseColor("#fefd80")Accessibility — WCAG contrast
Aa
#fefd80 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefd80 on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.2%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow49.6%
Key (black)0.4%
Color previews
#fefd80 text on a black background
contrast 19.58:1
Card sample
#fefd80 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefd80;
Background color
Panel with #fefd80 background
background-color: #fefd80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefd80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 253, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 253, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefd80; background: linear-gradient(135deg, #fefd80, #ABFE80);