#fcfeed
a pale, electric yellow · cool · “ivory”
RGB
252, 254, 237
HSL
67°, 90%, 96%
CMYK
1, 0, 7, 0
Luminance
0.9769
Every format
| HEX | #fcfeed |
| RGB | rgb(252, 254, 237) |
| HSL | hsl(67, 90%, 96%) |
| CMYK | cmyk(1%, 0%, 7%, 0%) |
| LAB | lab(99.1 -3.6 7.9) |
| LCH | lch(99.1 8.7 114.3) |
| OKLCH | oklch(0.991 0.022 112.2) |
Copy-ready code
/* CSS */
color: #fcfeed;
background-color: #fcfeed;
/* Tailwind (arbitrary) */
class="text-[#fcfeed] bg-[#fcfeed]"
/* SCSS */
$brand: #fcfeed;
/* SwiftUI */
Color(red: 0.988, green: 0.996, blue: 0.929)
/* Android */
Color.parseColor("#fcfeed")Accessibility — WCAG contrast
Aa
#fcfeed on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfeed on black: 20.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.6%
Blue92.9%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow6.7%
Key (black)0.4%
Color previews
#fcfeed text on a black background
contrast 20.54:1
Card sample
#fcfeed text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfeed;
Background color
Panel with #fcfeed background
background-color: #fcfeed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfeed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 254, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 254, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfeed; background: linear-gradient(135deg, #fcfeed, #F1FEED);