#fcffec
a pale, electric yellow · cool · “ivory”
RGB
252, 255, 236
HSL
70°, 100%, 96%
CMYK
1, 0, 8, 0
Luminance
0.9827
Every format
| HEX | #fcffec |
| RGB | rgb(252, 255, 236) |
| HSL | hsl(70, 100%, 96%) |
| CMYK | cmyk(1%, 0%, 8%, 0%) |
| LAB | lab(99.3 -4.2 8.7) |
| LCH | lch(99.3 9.7 115.8) |
| OKLCH | oklch(0.993 0.025 114.1) |
Copy-ready code
/* CSS */
color: #fcffec;
background-color: #fcffec;
/* Tailwind (arbitrary) */
class="text-[#fcffec] bg-[#fcffec]"
/* SCSS */
$brand: #fcffec;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.925)
/* Android */
Color.parseColor("#fcffec")Accessibility — WCAG contrast
Aa
#fcffec on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcffec on black: 20.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue92.5%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow7.5%
Key (black)0.0%
Color previews
#fcffec text on a black background
contrast 20.65:1
Card sample
#fcffec text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcffec;
Background color
Panel with #fcffec background
background-color: #fcffec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcffec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcffec; background: linear-gradient(135deg, #fcffec, #EFFFEC);