#fcf1ee
a pale, vivid red · warm · closest name: white
RGB
252, 241, 238
HSL
13°, 70%, 96%
CMYK
0, 4, 6, 1
Luminance
0.8978
Every format
| HEX | #fcf1ee |
| RGB | rgb(252, 241, 238) |
| HSL | hsl(13, 70%, 96%) |
| CMYK | cmyk(0%, 4%, 6%, 1%) |
| LAB | lab(95.9 3.2 2.8) |
| LCH | lch(95.9 4.2 41.0) |
| OKLCH | oklch(0.966 0.013 35.7) |
Copy-ready code
/* CSS */
color: #fcf1ee;
background-color: #fcf1ee;
/* Tailwind (arbitrary) */
class="text-[#fcf1ee] bg-[#fcf1ee]"
/* SCSS */
$brand: #fcf1ee;
/* SwiftUI */
Color(red: 0.988, green: 0.945, blue: 0.933)
/* Android */
Color.parseColor("#fcf1ee")Accessibility — WCAG contrast
Aa
#fcf1ee on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf1ee on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow5.6%
Key (black)1.2%
Color previews
#fcf1ee text on a black background
contrast 18.96:1
Card sample
#fcf1ee text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf1ee;
Background color
Panel with #fcf1ee background
background-color: #fcf1ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf1ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 241, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 241, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf1ee; background: linear-gradient(135deg, #fcf1ee, #FCFAEE);