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