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