#fffe98
a light, electric yellow · cool · closest name: khaki
RGB
255, 254, 152
HSL
59°, 100%, 80%
CMYK
0, 0, 40, 0
Luminance
0.9441
Every format
| HEX | #fffe98 |
| RGB | rgb(255, 254, 152) |
| HSL | hsl(59, 100%, 80%) |
| CMYK | cmyk(0%, 0%, 40%, 0%) |
| LAB | lab(97.8 -13.8 48.8) |
| LCH | lch(97.8 50.7 105.8) |
| OKLCH | oklch(0.976 0.124 108.0) |
Copy-ready code
/* CSS */
color: #fffe98;
background-color: #fffe98;
/* Tailwind (arbitrary) */
class="text-[#fffe98] bg-[#fffe98]"
/* SCSS */
$brand: #fffe98;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.596)
/* Android */
Color.parseColor("#fffe98")Accessibility — WCAG contrast
Aa
#fffe98 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe98 on black: 19.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow40.4%
Key (black)0.0%
Color previews
#fffe98 text on a black background
contrast 19.88:1
Card sample
#fffe98 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe98;
Background color
Panel with #fffe98 background
background-color: #fffe98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe98; background: linear-gradient(135deg, #fffe98, #BBFF98);