#fcfef2
a pale, electric green · cool · “ivory”
RGB
252, 254, 242
HSL
70°, 86%, 97%
CMYK
1, 0, 5, 0
Luminance
0.9799
Every format
| HEX | #fcfef2 |
| RGB | rgb(252, 254, 242) |
| HSL | hsl(70, 86%, 97%) |
| CMYK | cmyk(1%, 0%, 5%, 0%) |
| LAB | lab(99.2 -2.7 5.5) |
| LCH | lch(99.2 6.1 116.4) |
| OKLCH | oklch(0.992 0.016 114.4) |
Copy-ready code
/* CSS */
color: #fcfef2;
background-color: #fcfef2;
/* Tailwind (arbitrary) */
class="text-[#fcfef2] bg-[#fcfef2]"
/* SCSS */
$brand: #fcfef2;
/* SwiftUI */
Color(red: 0.988, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#fcfef2")Accessibility — WCAG contrast
Aa
#fcfef2 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfef2 on black: 20.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.6%
Blue94.9%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#fcfef2 text on a black background
contrast 20.60:1
Card sample
#fcfef2 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfef2;
Background color
Panel with #fcfef2 background
background-color: #fcfef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfef2; background: linear-gradient(135deg, #fcfef2, #F4FEF2);