#fce9eb
a pale, electric red · warm · closest name: white
RGB
252, 233, 235
HSL
354°, 76%, 95%
CMYK
0, 8, 7, 1
Luminance
0.8497
Every format
| HEX | #fce9eb |
| RGB | rgb(252, 233, 235) |
| HSL | hsl(354, 76%, 95%) |
| CMYK | cmyk(0%, 8%, 7%, 1%) |
| LAB | lab(93.9 6.8 1.4) |
| LCH | lch(93.9 6.9 11.4) |
| OKLCH | oklch(0.950 0.021 10.2) |
Copy-ready code
/* CSS */
color: #fce9eb;
background-color: #fce9eb;
/* Tailwind (arbitrary) */
class="text-[#fce9eb] bg-[#fce9eb]"
/* SCSS */
$brand: #fce9eb;
/* SwiftUI */
Color(red: 0.988, green: 0.914, blue: 0.922)
/* Android */
Color.parseColor("#fce9eb")Accessibility — WCAG contrast
Aa
#fce9eb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce9eb on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green91.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow6.7%
Key (black)1.2%
Color previews
#fce9eb text on a black background
contrast 17.99:1
Card sample
#fce9eb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce9eb;
Background color
Panel with #fce9eb background
background-color: #fce9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 233, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 233, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce9eb; background: linear-gradient(135deg, #fce9eb, #FCF4E9);