#fcfaeb
a pale, vivid yellow · cool · “ivory”
RGB
252, 250, 235
HSL
53°, 74%, 96%
CMYK
0, 1, 7, 1
Luminance
0.9506
Every format
| HEX | #fcfaeb |
| RGB | rgb(252, 250, 235) |
| HSL | hsl(53, 74%, 96%) |
| CMYK | cmyk(0%, 1%, 7%, 1%) |
| LAB | lab(98.1 -1.9 7.4) |
| LCH | lch(98.1 7.7 104.2) |
| OKLCH | oklch(0.983 0.020 100.6) |
Copy-ready code
/* CSS */
color: #fcfaeb;
background-color: #fcfaeb;
/* Tailwind (arbitrary) */
class="text-[#fcfaeb] bg-[#fcfaeb]"
/* SCSS */
$brand: #fcfaeb;
/* SwiftUI */
Color(red: 0.988, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#fcfaeb")Accessibility — WCAG contrast
Aa
#fcfaeb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfaeb on black: 20.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow6.7%
Key (black)1.2%
Color previews
#fcfaeb text on a black background
contrast 20.01:1
Card sample
#fcfaeb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfaeb;
Background color
Panel with #fcfaeb background
background-color: #fcfaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfaeb; background: linear-gradient(135deg, #fcfaeb, #F3FCEB);