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