#fdee97
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 151
HSL
51°, 96%, 79%
CMYK
0, 6, 40, 1
Luminance
0.8427
Every format
| HEX | #fdee97 |
| RGB | rgb(253, 238, 151) |
| HSL | hsl(51, 96%, 79%) |
| CMYK | cmyk(0%, 6%, 40%, 1%) |
| LAB | lab(93.6 -6.8 43.9) |
| LCH | lch(93.6 44.4 98.8) |
| OKLCH | oklch(0.942 0.109 99.7) |
Copy-ready code
/* CSS */
color: #fdee97;
background-color: #fdee97;
/* Tailwind (arbitrary) */
class="text-[#fdee97] bg-[#fdee97]"
/* SCSS */
$brand: #fdee97;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.592)
/* Android */
Color.parseColor("#fdee97")Accessibility — WCAG contrast
Aa
#fdee97 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee97 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow40.3%
Key (black)0.8%
Color previews
#fdee97 text on a black background
contrast 17.85:1
Card sample
#fdee97 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee97;
Background color
Panel with #fdee97 background
background-color: #fdee97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee97; background: linear-gradient(135deg, #fdee97, #C8FD97);