#fcfacf
a pale, electric yellow · cool · closest name: beige
RGB
252, 250, 207
HSL
57°, 88%, 90%
CMYK
0, 1, 18, 1
Luminance
0.9357
Every format
| HEX | #fcfacf |
| RGB | rgb(252, 250, 207) |
| HSL | hsl(57, 88%, 90%) |
| CMYK | cmyk(0%, 1%, 18%, 1%) |
| LAB | lab(97.5 -6.2 20.9) |
| LCH | lch(97.5 21.8 106.5) |
| OKLCH | oklch(0.976 0.056 105.2) |
Copy-ready code
/* CSS */
color: #fcfacf;
background-color: #fcfacf;
/* Tailwind (arbitrary) */
class="text-[#fcfacf] bg-[#fcfacf]"
/* SCSS */
$brand: #fcfacf;
/* SwiftUI */
Color(red: 0.988, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#fcfacf")Accessibility — WCAG contrast
Aa
#fcfacf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfacf on black: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow17.9%
Key (black)1.2%
Color previews
#fcfacf text on a black background
contrast 19.71:1
Card sample
#fcfacf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfacf;
Background color
Panel with #fcfacf background
background-color: #fcfacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfacf; background: linear-gradient(135deg, #fcfacf, #E0FCCF);