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