#fcf9eb
a pale, vivid yellow · cool · “ivory”
RGB
252, 249, 235
HSL
49°, 74%, 96%
CMYK
0, 1, 7, 1
Luminance
0.9444
Every format
| HEX | #fcf9eb |
| RGB | rgb(252, 249, 235) |
| HSL | hsl(49, 74%, 96%) |
| CMYK | cmyk(0%, 1%, 7%, 1%) |
| LAB | lab(97.8 -1.4 7.1) |
| LCH | lch(97.8 7.2 101.0) |
| OKLCH | oklch(0.981 0.019 96.9) |
Copy-ready code
/* CSS */
color: #fcf9eb;
background-color: #fcf9eb;
/* Tailwind (arbitrary) */
class="text-[#fcf9eb] bg-[#fcf9eb]"
/* SCSS */
$brand: #fcf9eb;
/* SwiftUI */
Color(red: 0.988, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#fcf9eb")Accessibility — WCAG contrast
Aa
#fcf9eb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf9eb on black: 19.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow6.7%
Key (black)1.2%
Color previews
#fcf9eb text on a black background
contrast 19.89:1
Card sample
#fcf9eb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf9eb;
Background color
Panel with #fcf9eb background
background-color: #fcf9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf9eb; background: linear-gradient(135deg, #fcf9eb, #F4FCEB);