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