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