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