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