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