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