#fdee9f
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 159
HSL
50°, 96%, 81%
CMYK
0, 6, 37, 1
Luminance
0.8453
Every format
| HEX | #fdee9f |
| RGB | rgb(253, 238, 159) |
| HSL | hsl(50, 96%, 81%) |
| CMYK | cmyk(0%, 6%, 37%, 1%) |
| LAB | lab(93.7 -6.0 40.1) |
| LCH | lch(93.7 40.5 98.5) |
| OKLCH | oklch(0.944 0.100 98.8) |
Copy-ready code
/* CSS */
color: #fdee9f;
background-color: #fdee9f;
/* Tailwind (arbitrary) */
class="text-[#fdee9f] bg-[#fdee9f]"
/* SCSS */
$brand: #fdee9f;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.624)
/* Android */
Color.parseColor("#fdee9f")Accessibility — WCAG contrast
Aa
#fdee9f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee9f on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow37.2%
Key (black)0.8%
Color previews
#fdee9f text on a black background
contrast 17.91:1
Card sample
#fdee9f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee9f;
Background color
Panel with #fdee9f background
background-color: #fdee9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee9f; background: linear-gradient(135deg, #fdee9f, #CDFD9F);