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