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