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