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