#fcfdf8
a pale, vivid green · cool · closest name: white
RGB
252, 253, 248
HSL
72°, 56%, 98%
CMYK
0, 0, 2, 1
Luminance
0.9772
Every format
| HEX | #fcfdf8 |
| RGB | rgb(252, 253, 248) |
| HSL | hsl(72, 56%, 98%) |
| CMYK | cmyk(0%, 0%, 2%, 1%) |
| LAB | lab(99.1 -1.2 2.3) |
| LCH | lch(99.1 2.6 117.9) |
| OKLCH | oklch(0.992 0.007 115.7) |
Copy-ready code
/* CSS */
color: #fcfdf8;
background-color: #fcfdf8;
/* Tailwind (arbitrary) */
class="text-[#fcfdf8] bg-[#fcfdf8]"
/* SCSS */
$brand: #fcfdf8;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.973)
/* Android */
Color.parseColor("#fcfdf8")Accessibility — WCAG contrast
Aa
#fcfdf8 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfdf8 on black: 20.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue97.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow2.0%
Key (black)0.8%
Color previews
#fcfdf8 text on a black background
contrast 20.54:1
Card sample
#fcfdf8 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfdf8;
Background color
Panel with #fcfdf8 background
background-color: #fcfdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfdf8; background: linear-gradient(135deg, #fcfdf8, #F9FDF8);