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