#fdfbe8
a pale, electric yellow · cool · closest name: ivory
RGB
253, 251, 232
HSL
54°, 84%, 95%
CMYK
0, 1, 8, 1
Luminance
0.9570
Every format
| HEX | #fdfbe8 |
| RGB | rgb(253, 251, 232) |
| HSL | hsl(54, 84%, 95%) |
| CMYK | cmyk(0%, 1%, 8%, 1%) |
| LAB | lab(98.3 -2.5 9.3) |
| LCH | lch(98.3 9.7 105.2) |
| OKLCH | oklch(0.985 0.025 101.9) |
Copy-ready code
/* CSS */
color: #fdfbe8;
background-color: #fdfbe8;
/* Tailwind (arbitrary) */
class="text-[#fdfbe8] bg-[#fdfbe8]"
/* SCSS */
$brand: #fdfbe8;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.910)
/* Android */
Color.parseColor("#fdfbe8")Accessibility — WCAG contrast
Aa
#fdfbe8 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfbe8 on black: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow8.3%
Key (black)0.8%
Color previews
#fdfbe8 text on a black background
contrast 20.14:1
Card sample
#fdfbe8 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfbe8;
Background color
Panel with #fdfbe8 background
background-color: #fdfbe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfbe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfbe8; background: linear-gradient(135deg, #fdfbe8, #F1FDE8);