#fcfffd
a pale, electric green · cool · “white”
RGB
252, 255, 253
HSL
140°, 100%, 99%
CMYK
1, 0, 1, 0
Luminance
0.9931
Every format
| HEX | #fcfffd |
| RGB | rgb(252, 255, 253) |
| HSL | hsl(140, 100%, 99%) |
| CMYK | cmyk(1%, 0%, 1%, 0%) |
| LAB | lab(99.7 -1.3 0.6) |
| LCH | lch(99.7 1.5 155.5) |
| OKLCH | oklch(0.997 0.004 157.2) |
Copy-ready code
/* CSS */
color: #fcfffd;
background-color: #fcfffd;
/* Tailwind (arbitrary) */
class="text-[#fcfffd] bg-[#fcfffd]"
/* SCSS */
$brand: #fcfffd;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#fcfffd")Accessibility — WCAG contrast
Aa
#fcfffd on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfffd on black: 20.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#fcfffd text on a black background
contrast 20.86:1
Card sample
#fcfffd text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfffd;
Background color
Panel with #fcfffd background
background-color: #fcfffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfffd; background: linear-gradient(135deg, #fcfffd, #FCFFFF);