#fcf1eb
a pale, vivid orange · warm · closest name: white
RGB
252, 241, 235
HSL
21°, 74%, 96%
CMYK
0, 4, 7, 1
Luminance
0.8960
Every format
| HEX | #fcf1eb |
| RGB | rgb(252, 241, 235) |
| HSL | hsl(21, 74%, 96%) |
| CMYK | cmyk(0%, 4%, 7%, 1%) |
| LAB | lab(95.8 2.7 4.2) |
| LCH | lch(95.8 5.0 57.5) |
| OKLCH | oklch(0.965 0.014 50.8) |
Copy-ready code
/* CSS */
color: #fcf1eb;
background-color: #fcf1eb;
/* Tailwind (arbitrary) */
class="text-[#fcf1eb] bg-[#fcf1eb]"
/* SCSS */
$brand: #fcf1eb;
/* SwiftUI */
Color(red: 0.988, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#fcf1eb")Accessibility — WCAG contrast
Aa
#fcf1eb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf1eb on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow6.7%
Key (black)1.2%
Color previews
#fcf1eb text on a black background
contrast 18.92:1
Card sample
#fcf1eb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf1eb;
Background color
Panel with #fcf1eb background
background-color: #fcf1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf1eb; background: linear-gradient(135deg, #fcf1eb, #FCFCEB);