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