#fcfee2
a pale, electric yellow · cool · closest name: beige
RGB
252, 254, 226
HSL
64°, 93%, 94%
CMYK
1, 0, 11, 0
Luminance
0.9707
Every format
| HEX | #fcfee2 |
| RGB | rgb(252, 254, 226) |
| HSL | hsl(64, 93%, 94%) |
| CMYK | cmyk(1%, 0%, 11%, 0%) |
| LAB | lab(98.9 -5.3 13.2) |
| LCH | lch(98.9 14.2 112.0) |
| OKLCH | oklch(0.988 0.036 110.4) |
Copy-ready code
/* CSS */
color: #fcfee2;
background-color: #fcfee2;
/* Tailwind (arbitrary) */
class="text-[#fcfee2] bg-[#fcfee2]"
/* SCSS */
$brand: #fcfee2;
/* SwiftUI */
Color(red: 0.988, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#fcfee2")Accessibility — WCAG contrast
Aa
#fcfee2 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfee2 on black: 20.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.6%
Blue88.6%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#fcfee2 text on a black background
contrast 20.41:1
Card sample
#fcfee2 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfee2;
Background color
Panel with #fcfee2 background
background-color: #fcfee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfee2; background: linear-gradient(135deg, #fcfee2, #E9FEE2);