#fcfdf1
a pale, electric yellow · cool · “ivory”
RGB
252, 253, 241
HSL
65°, 75%, 97%
CMYK
0, 0, 5, 1
Luminance
0.9730
Every format
| HEX | #fcfdf1 |
| RGB | rgb(252, 253, 241) |
| HSL | hsl(65, 75%, 97%) |
| CMYK | cmyk(0%, 0%, 5%, 1%) |
| LAB | lab(99.0 -2.4 5.6) |
| LCH | lch(99.0 6.1 113.0) |
| OKLCH | oklch(0.990 0.016 110.5) |
Copy-ready code
/* CSS */
color: #fcfdf1;
background-color: #fcfdf1;
/* Tailwind (arbitrary) */
class="text-[#fcfdf1] bg-[#fcfdf1]"
/* SCSS */
$brand: #fcfdf1;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.945)
/* Android */
Color.parseColor("#fcfdf1")Accessibility — WCAG contrast
Aa
#fcfdf1 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfdf1 on black: 20.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue94.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow4.7%
Key (black)0.8%
Color previews
#fcfdf1 text on a black background
contrast 20.46:1
Card sample
#fcfdf1 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfdf1;
Background color
Panel with #fcfdf1 background
background-color: #fcfdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfdf1; background: linear-gradient(135deg, #fcfdf1, #F4FDF1);