#fcfcec
a pale, vivid yellow · cool · “ivory”
RGB
252, 252, 236
HSL
60°, 73%, 96%
CMYK
0, 0, 6, 1
Luminance
0.9637
Every format
| HEX | #fcfcec |
| RGB | rgb(252, 252, 236) |
| HSL | hsl(60, 73%, 96%) |
| CMYK | cmyk(0%, 0%, 6%, 1%) |
| LAB | lab(98.6 -2.7 7.7) |
| LCH | lch(98.6 8.1 109.5) |
| OKLCH | oklch(0.987 0.021 106.8) |
Copy-ready code
/* CSS */
color: #fcfcec;
background-color: #fcfcec;
/* Tailwind (arbitrary) */
class="text-[#fcfcec] bg-[#fcfcec]"
/* SCSS */
$brand: #fcfcec;
/* SwiftUI */
Color(red: 0.988, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#fcfcec")Accessibility — WCAG contrast
Aa
#fcfcec on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfcec on black: 20.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.8%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#fcfcec text on a black background
contrast 20.27:1
Card sample
#fcfcec text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfcec;
Background color
Panel with #fcfcec background
background-color: #fcfcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfcec; background: linear-gradient(135deg, #fcfcec, #F1FCEC);