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