#fcfcf4
a pale, vivid yellow · cool · closest name: ivory
RGB
252, 252, 244
HSL
60°, 57%, 97%
CMYK
0, 0, 3, 1
Luminance
0.9685
Every format
| HEX | #fcfcf4 |
| RGB | rgb(252, 252, 244) |
| HSL | hsl(60, 57%, 97%) |
| CMYK | cmyk(0%, 0%, 3%, 1%) |
| LAB | lab(98.8 -1.4 3.8) |
| LCH | lch(98.8 4.1 109.9) |
| OKLCH | oklch(0.989 0.011 106.6) |
Copy-ready code
/* CSS */
color: #fcfcf4;
background-color: #fcfcf4;
/* Tailwind (arbitrary) */
class="text-[#fcfcf4] bg-[#fcfcf4]"
/* SCSS */
$brand: #fcfcf4;
/* SwiftUI */
Color(red: 0.988, green: 0.988, blue: 0.957)
/* Android */
Color.parseColor("#fcfcf4")Accessibility — WCAG contrast
Aa
#fcfcf4 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfcf4 on black: 20.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.8%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow3.2%
Key (black)1.2%
Color previews
#fcfcf4 text on a black background
contrast 20.37:1
Card sample
#fcfcf4 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfcf4;
Background color
Panel with #fcfcf4 background
background-color: #fcfcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 252, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 252, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfcf4; background: linear-gradient(135deg, #fcfcf4, #F7FCF4);