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