#fcf7cf
a pale, electric yellow · cool · closest name: beige
RGB
252, 247, 207
HSL
53°, 88%, 90%
CMYK
0, 2, 18, 1
Luminance
0.9172
Every format
| HEX | #fcf7cf |
| RGB | rgb(252, 247, 207) |
| HSL | hsl(53, 88%, 90%) |
| CMYK | cmyk(0%, 2%, 18%, 1%) |
| LAB | lab(96.7 -4.7 19.9) |
| LCH | lch(96.7 20.4 103.3) |
| OKLCH | oklch(0.970 0.052 101.4) |
Copy-ready code
/* CSS */
color: #fcf7cf;
background-color: #fcf7cf;
/* Tailwind (arbitrary) */
class="text-[#fcf7cf] bg-[#fcf7cf]"
/* SCSS */
$brand: #fcf7cf;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.812)
/* Android */
Color.parseColor("#fcf7cf")Accessibility — WCAG contrast
Aa
#fcf7cf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf7cf on black: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow17.9%
Key (black)1.2%
Color previews
#fcf7cf text on a black background
contrast 19.34:1
Card sample
#fcf7cf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf7cf;
Background color
Panel with #fcf7cf background
background-color: #fcf7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf7cf; background: linear-gradient(135deg, #fcf7cf, #E3FCCF);