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