#fcfcdf
a pale, electric yellow · cool · closest name: beige
RGB
252, 252, 223
HSL
60°, 83%, 93%
CMYK
0, 0, 12, 1
Luminance
0.9564
Every format
| HEX | #fcfcdf |
| RGB | rgb(252, 252, 223) |
| HSL | hsl(60, 83%, 93%) |
| CMYK | cmyk(0%, 0%, 12%, 1%) |
| LAB | lab(98.3 -4.8 13.9) |
| LCH | lch(98.3 14.7 109.0) |
| OKLCH | oklch(0.984 0.038 107.1) |
Copy-ready code
/* CSS */
color: #fcfcdf;
background-color: #fcfcdf;
/* Tailwind (arbitrary) */
class="text-[#fcfcdf] bg-[#fcfcdf]"
/* SCSS */
$brand: #fcfcdf;
/* SwiftUI */
Color(red: 0.988, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#fcfcdf")Accessibility — WCAG contrast
Aa
#fcfcdf on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfcdf on black: 20.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#fcfcdf text on a black background
contrast 20.13:1
Card sample
#fcfcdf text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfcdf;
Background color
Panel with #fcfcdf background
background-color: #fcfcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfcdf; background: linear-gradient(135deg, #fcfcdf, #E9FCDF);