#fcfef4
a pale, electric green · cool · closest name: ivory
RGB
252, 254, 244
HSL
72°, 83%, 98%
CMYK
1, 0, 4, 0
Luminance
0.9811
Every format
| HEX | #fcfef4 |
| RGB | rgb(252, 254, 244) |
| HSL | hsl(72, 83%, 98%) |
| CMYK | cmyk(1%, 0%, 4%, 0%) |
| LAB | lab(99.3 -2.4 4.5) |
| LCH | lch(99.3 5.1 117.8) |
| OKLCH | oklch(0.993 0.013 115.8) |
Copy-ready code
/* CSS */
color: #fcfef4;
background-color: #fcfef4;
/* Tailwind (arbitrary) */
class="text-[#fcfef4] bg-[#fcfef4]"
/* SCSS */
$brand: #fcfef4;
/* SwiftUI */
Color(red: 0.988, green: 0.996, blue: 0.957)
/* Android */
Color.parseColor("#fcfef4")Accessibility — WCAG contrast
Aa
#fcfef4 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfef4 on black: 20.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.6%
Blue95.7%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow3.9%
Key (black)0.4%
Color previews
#fcfef4 text on a black background
contrast 20.62:1
Card sample
#fcfef4 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfef4;
Background color
Panel with #fcfef4 background
background-color: #fcfef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 254, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 254, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfef4; background: linear-gradient(135deg, #fcfef4, #F5FEF4);