#fdfaee
a pale, electric yellow · cool · “ivory”
RGB
253, 250, 238
HSL
48°, 79%, 96%
CMYK
0, 1, 6, 1
Luminance
0.9543
Every format
| HEX | #fdfaee |
| RGB | rgb(253, 250, 238) |
| HSL | hsl(48, 79%, 96%) |
| CMYK | cmyk(0%, 1%, 6%, 1%) |
| LAB | lab(98.2 -1.1 6.1) |
| LCH | lch(98.2 6.2 99.8) |
| OKLCH | oklch(0.984 0.016 95.2) |
Copy-ready code
/* CSS */
color: #fdfaee;
background-color: #fdfaee;
/* Tailwind (arbitrary) */
class="text-[#fdfaee] bg-[#fdfaee]"
/* SCSS */
$brand: #fdfaee;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.933)
/* Android */
Color.parseColor("#fdfaee")Accessibility — WCAG contrast
Aa
#fdfaee on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfaee on black: 20.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow5.9%
Key (black)0.8%
Color previews
#fdfaee text on a black background
contrast 20.09:1
Card sample
#fdfaee text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfaee;
Background color
Panel with #fdfaee background
background-color: #fdfaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfaee; background: linear-gradient(135deg, #fdfaee, #F6FDEE);