#fdf8eb
a pale, electric yellow · warm · closest name: ivory
RGB
253, 248, 235
HSL
43°, 82%, 96%
CMYK
0, 2, 7, 1
Luminance
0.9402
Every format
| HEX | #fdf8eb |
| RGB | rgb(253, 248, 235) |
| HSL | hsl(43, 82%, 96%) |
| CMYK | cmyk(0%, 2%, 7%, 1%) |
| LAB | lab(97.6 -0.5 6.8) |
| LCH | lch(97.6 6.8 94.4) |
| OKLCH | oklch(0.980 0.018 89.4) |
Copy-ready code
/* CSS */
color: #fdf8eb;
background-color: #fdf8eb;
/* Tailwind (arbitrary) */
class="text-[#fdf8eb] bg-[#fdf8eb]"
/* SCSS */
$brand: #fdf8eb;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#fdf8eb")Accessibility — WCAG contrast
Aa
#fdf8eb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf8eb on black: 19.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow7.1%
Key (black)0.8%
Color previews
#fdf8eb text on a black background
contrast 19.80:1
Card sample
#fdf8eb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf8eb;
Background color
Panel with #fdf8eb background
background-color: #fdf8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf8eb; background: linear-gradient(135deg, #fdf8eb, #F6FDEB);