#fcfcf0
a pale, vivid yellow · cool · “ivory”
RGB
252, 252, 240
HSL
60°, 67%, 97%
CMYK
0, 0, 5, 1
Luminance
0.9661
Every format
| HEX | #fcfcf0 |
| RGB | rgb(252, 252, 240) |
| HSL | hsl(60, 67%, 97%) |
| CMYK | cmyk(0%, 0%, 5%, 1%) |
| LAB | lab(98.7 -2.1 5.7) |
| LCH | lch(98.7 6.1 109.7) |
| OKLCH | oklch(0.988 0.016 106.7) |
Copy-ready code
/* CSS */
color: #fcfcf0;
background-color: #fcfcf0;
/* Tailwind (arbitrary) */
class="text-[#fcfcf0] bg-[#fcfcf0]"
/* SCSS */
$brand: #fcfcf0;
/* SwiftUI */
Color(red: 0.988, green: 0.988, blue: 0.941)
/* Android */
Color.parseColor("#fcfcf0")Accessibility — WCAG contrast
Aa
#fcfcf0 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfcf0 on black: 20.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.8%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow4.8%
Key (black)1.2%
Color previews
#fcfcf0 text on a black background
contrast 20.32:1
Card sample
#fcfcf0 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfcf0;
Background color
Panel with #fcfcf0 background
background-color: #fcfcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 252, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 252, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfcf0; background: linear-gradient(135deg, #fcfcf0, #F4FCF0);