#fdeeab
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 171
HSL
49°, 95%, 83%
CMYK
0, 6, 32, 1
Luminance
0.8497
Every format
| HEX | #fdeeab |
| RGB | rgb(253, 238, 171) |
| HSL | hsl(49, 95%, 83%) |
| CMYK | cmyk(0%, 6%, 32%, 1%) |
| LAB | lab(93.9 -4.6 34.3) |
| LCH | lch(93.9 34.6 97.6) |
| OKLCH | oklch(0.946 0.086 97.0) |
Copy-ready code
/* CSS */
color: #fdeeab;
background-color: #fdeeab;
/* Tailwind (arbitrary) */
class="text-[#fdeeab] bg-[#fdeeab]"
/* SCSS */
$brand: #fdeeab;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.671)
/* Android */
Color.parseColor("#fdeeab")Accessibility — WCAG contrast
Aa
#fdeeab on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeeab on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow32.4%
Key (black)0.8%
Color previews
#fdeeab text on a black background
contrast 17.99:1
Card sample
#fdeeab text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeeab;
Background color
Panel with #fdeeab background
background-color: #fdeeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeeab; background: linear-gradient(135deg, #fdeeab, #D5FDAB);