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