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