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