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