#fcecee
a pale, vivid red · warm · closest name: white
RGB
252, 236, 238
HSL
353°, 73%, 96%
CMYK
0, 6, 6, 1
Luminance
0.8686
Every format
| HEX | #fcecee |
| RGB | rgb(252, 236, 238) |
| HSL | hsl(353, 73%, 96%) |
| CMYK | cmyk(0%, 6%, 6%, 1%) |
| LAB | lab(94.7 5.7 1.0) |
| LCH | lch(94.7 5.8 9.7) |
| OKLCH | oklch(0.956 0.018 8.8) |
Copy-ready code
/* CSS */
color: #fcecee;
background-color: #fcecee;
/* Tailwind (arbitrary) */
class="text-[#fcecee] bg-[#fcecee]"
/* SCSS */
$brand: #fcecee;
/* SwiftUI */
Color(red: 0.988, green: 0.925, blue: 0.933)
/* Android */
Color.parseColor("#fcecee")Accessibility — WCAG contrast
Aa
#fcecee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcecee on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow5.6%
Key (black)1.2%
Color previews
#fcecee text on a black background
contrast 18.37:1
Card sample
#fcecee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcecee;
Background color
Panel with #fcecee background
background-color: #fcecee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcecee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 236, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 236, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcecee; background: linear-gradient(135deg, #fcecee, #FCF5EC);