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