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