#fcf7e7
a pale, electric yellow · cool · closest name: ivory
RGB
252, 247, 231
HSL
46°, 78%, 95%
CMYK
0, 2, 8, 1
Luminance
0.9299
Every format
| HEX | #fcf7e7 |
| RGB | rgb(252, 247, 231) |
| HSL | hsl(46, 78%, 95%) |
| CMYK | cmyk(0%, 2%, 8%, 1%) |
| LAB | lab(97.2 -1.0 8.3) |
| LCH | lch(97.2 8.3 97.0) |
| OKLCH | oklch(0.976 0.022 92.5) |
Copy-ready code
/* CSS */
color: #fcf7e7;
background-color: #fcf7e7;
/* Tailwind (arbitrary) */
class="text-[#fcf7e7] bg-[#fcf7e7]"
/* SCSS */
$brand: #fcf7e7;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.906)
/* Android */
Color.parseColor("#fcf7e7")Accessibility — WCAG contrast
Aa
#fcf7e7 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf7e7 on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow8.3%
Key (black)1.2%
Color previews
#fcf7e7 text on a black background
contrast 19.60:1
Card sample
#fcf7e7 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf7e7;
Background color
Panel with #fcf7e7 background
background-color: #fcf7e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf7e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf7e7; background: linear-gradient(135deg, #fcf7e7, #F3FCE7);