#fdf9ec
a pale, electric yellow · cool · “ivory”
RGB
253, 249, 236
HSL
46°, 81%, 96%
CMYK
0, 2, 7, 1
Luminance
0.9469
Every format
| HEX | #fdf9ec |
| RGB | rgb(253, 249, 236) |
| HSL | hsl(46, 81%, 96%) |
| CMYK | cmyk(0%, 2%, 7%, 1%) |
| LAB | lab(97.9 -0.9 6.7) |
| LCH | lch(97.9 6.8 97.4) |
| OKLCH | oklch(0.982 0.018 92.7) |
Copy-ready code
/* CSS */
color: #fdf9ec;
background-color: #fdf9ec;
/* Tailwind (arbitrary) */
class="text-[#fdf9ec] bg-[#fdf9ec]"
/* SCSS */
$brand: #fdf9ec;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.925)
/* Android */
Color.parseColor("#fdf9ec")Accessibility — WCAG contrast
Aa
#fdf9ec on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf9ec on black: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow6.7%
Key (black)0.8%
Color previews
#fdf9ec text on a black background
contrast 19.94:1
Card sample
#fdf9ec text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf9ec;
Background color
Panel with #fdf9ec background
background-color: #fdf9ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf9ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf9ec; background: linear-gradient(135deg, #fdf9ec, #F6FDEC);