#fcf8f0
a pale, vivid yellow · warm · closest name: ivory
RGB
252, 248, 240
HSL
40°, 67%, 97%
CMYK
0, 2, 5, 1
Luminance
0.9412
Every format
| HEX | #fcf8f0 |
| RGB | rgb(252, 248, 240) |
| HSL | hsl(40, 67%, 97%) |
| CMYK | cmyk(0%, 2%, 5%, 1%) |
| LAB | lab(97.7 -0.0 4.3) |
| LCH | lch(97.7 4.3 90.5) |
| OKLCH | oklch(0.980 0.011 84.6) |
Copy-ready code
/* CSS */
color: #fcf8f0;
background-color: #fcf8f0;
/* Tailwind (arbitrary) */
class="text-[#fcf8f0] bg-[#fcf8f0]"
/* SCSS */
$brand: #fcf8f0;
/* SwiftUI */
Color(red: 0.988, green: 0.973, blue: 0.941)
/* Android */
Color.parseColor("#fcf8f0")Accessibility — WCAG contrast
Aa
#fcf8f0 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf8f0 on black: 19.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.3%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow4.8%
Key (black)1.2%
Color previews
#fcf8f0 text on a black background
contrast 19.82:1
Card sample
#fcf8f0 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf8f0;
Background color
Panel with #fcf8f0 background
background-color: #fcf8f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf8f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 248, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 248, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf8f0; background: linear-gradient(135deg, #fcf8f0, #F8FCF0);