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