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