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