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