#fcffe4
a pale, electric yellow · cool · closest name: beige
RGB
252, 255, 228
HSL
67°, 100%, 95%
CMYK
1, 0, 11, 0
Luminance
0.9782
Every format
| HEX | #fcffe4 |
| RGB | rgb(252, 255, 228) |
| HSL | hsl(67, 100%, 95%) |
| CMYK | cmyk(1%, 0%, 11%, 0%) |
| LAB | lab(99.2 -5.5 12.6) |
| LCH | lch(99.2 13.7 113.7) |
| OKLCH | oklch(0.991 0.035 112.2) |
Copy-ready code
/* CSS */
color: #fcffe4;
background-color: #fcffe4;
/* Tailwind (arbitrary) */
class="text-[#fcffe4] bg-[#fcffe4]"
/* SCSS */
$brand: #fcffe4;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.894)
/* Android */
Color.parseColor("#fcffe4")Accessibility — WCAG contrast
Aa
#fcffe4 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcffe4 on black: 20.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue89.4%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow10.6%
Key (black)0.0%
Color previews
#fcffe4 text on a black background
contrast 20.56:1
Card sample
#fcffe4 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcffe4;
Background color
Panel with #fcffe4 background
background-color: #fcffe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcffe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcffe4; background: linear-gradient(135deg, #fcffe4, #EAFFE4);