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