#fcffdf
a pale, electric yellow · cool · closest name: beige
RGB
252, 255, 223
HSL
66°, 100%, 94%
CMYK
1, 0, 13, 0
Luminance
0.9754
Every format
| HEX | #fcffdf |
| RGB | rgb(252, 255, 223) |
| HSL | hsl(66, 100%, 94%) |
| CMYK | cmyk(1%, 0%, 13%, 0%) |
| LAB | lab(99.0 -6.3 15.0) |
| LCH | lch(99.0 16.2 112.8) |
| OKLCH | oklch(0.990 0.042 111.5) |
Copy-ready code
/* CSS */
color: #fcffdf;
background-color: #fcffdf;
/* Tailwind (arbitrary) */
class="text-[#fcffdf] bg-[#fcffdf]"
/* SCSS */
$brand: #fcffdf;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#fcffdf")Accessibility — WCAG contrast
Aa
#fcffdf on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcffdf on black: 20.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue87.5%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#fcffdf text on a black background
contrast 20.51:1
Card sample
#fcffdf text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcffdf;
Background color
Panel with #fcffdf background
background-color: #fcffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcffdf; background: linear-gradient(135deg, #fcffdf, #E7FFDF);