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