#fcf1cf
a pale, electric yellow · cool · closest name: beige
RGB
252, 241, 207
HSL
45°, 88%, 90%
CMYK
0, 4, 18, 1
Luminance
0.8811
Every format
| HEX | #fcf1cf |
| RGB | rgb(252, 241, 207) |
| HSL | hsl(45, 88%, 90%) |
| CMYK | cmyk(0%, 4%, 18%, 1%) |
| LAB | lab(95.2 -1.7 17.8) |
| LCH | lch(95.2 17.9 95.5) |
| OKLCH | oklch(0.958 0.046 92.2) |
Copy-ready code
/* CSS */
color: #fcf1cf;
background-color: #fcf1cf;
/* Tailwind (arbitrary) */
class="text-[#fcf1cf] bg-[#fcf1cf]"
/* SCSS */
$brand: #fcf1cf;
/* SwiftUI */
Color(red: 0.988, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#fcf1cf")Accessibility — WCAG contrast
Aa
#fcf1cf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf1cf on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow17.9%
Key (black)1.2%
Color previews
#fcf1cf text on a black background
contrast 18.62:1
Card sample
#fcf1cf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf1cf;
Background color
Panel with #fcf1cf background
background-color: #fcf1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf1cf; background: linear-gradient(135deg, #fcf1cf, #E9FCCF);