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