#fcfdfa
a pale, soft green · cool · “white”
RGB
252, 253, 250
HSL
80°, 43%, 99%
CMYK
0, 0, 1, 1
Luminance
0.9785
Every format
| HEX | #fcfdfa |
| RGB | rgb(252, 253, 250) |
| HSL | hsl(80, 43%, 99%) |
| CMYK | cmyk(0%, 0%, 1%, 1%) |
| LAB | lab(99.2 -0.8 1.3) |
| LCH | lch(99.2 1.6 122.8) |
| OKLCH | oklch(0.993 0.004 121.6) |
Copy-ready code
/* CSS */
color: #fcfdfa;
background-color: #fcfdfa;
/* Tailwind (arbitrary) */
class="text-[#fcfdfa] bg-[#fcfdfa]"
/* SCSS */
$brand: #fcfdfa;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.980)
/* Android */
Color.parseColor("#fcfdfa")Accessibility — WCAG contrast
Aa
#fcfdfa on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfdfa on black: 20.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue98.0%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow1.2%
Key (black)0.8%
Color previews
#fcfdfa text on a black background
contrast 20.57:1
Card sample
#fcfdfa text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfdfa;
Background color
Panel with #fcfdfa background
background-color: #fcfdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfdfa; background: linear-gradient(135deg, #fcfdfa, #FAFDFA);