#fcefcf
a pale, electric yellow · warm · closest name: beige
RGB
252, 239, 207
HSL
43°, 88%, 90%
CMYK
0, 5, 18, 1
Luminance
0.8693
Every format
| HEX | #fcefcf |
| RGB | rgb(252, 239, 207) |
| HSL | hsl(43, 88%, 90%) |
| CMYK | cmyk(0%, 5%, 18%, 1%) |
| LAB | lab(94.7 -0.7 17.1) |
| LCH | lch(94.7 17.1 92.3) |
| OKLCH | oklch(0.954 0.044 88.5) |
Copy-ready code
/* CSS */
color: #fcefcf;
background-color: #fcefcf;
/* Tailwind (arbitrary) */
class="text-[#fcefcf] bg-[#fcefcf]"
/* SCSS */
$brand: #fcefcf;
/* SwiftUI */
Color(red: 0.988, green: 0.937, blue: 0.812)
/* Android */
Color.parseColor("#fcefcf")Accessibility — WCAG contrast
Aa
#fcefcf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcefcf on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow17.9%
Key (black)1.2%
Color previews
#fcefcf text on a black background
contrast 18.39:1
Card sample
#fcefcf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcefcf;
Background color
Panel with #fcefcf background
background-color: #fcefcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcefcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 239, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 239, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcefcf; background: linear-gradient(135deg, #fcefcf, #EBFCCF);