#fce2e5
a pale, electric red · warm · closest name: white
RGB
252, 226, 229
HSL
353°, 81%, 94%
CMYK
0, 10, 9, 1
Luminance
0.8075
Every format
| HEX | #fce2e5 |
| RGB | rgb(252, 226, 229) |
| HSL | hsl(353, 81%, 94%) |
| CMYK | cmyk(0%, 10%, 9%, 1%) |
| LAB | lab(92.0 9.4 1.8) |
| LCH | lch(92.0 9.6 10.8) |
| OKLCH | oklch(0.935 0.029 9.7) |
Copy-ready code
/* CSS */
color: #fce2e5;
background-color: #fce2e5;
/* Tailwind (arbitrary) */
class="text-[#fce2e5] bg-[#fce2e5]"
/* SCSS */
$brand: #fce2e5;
/* SwiftUI */
Color(red: 0.988, green: 0.886, blue: 0.898)
/* Android */
Color.parseColor("#fce2e5")Accessibility — WCAG contrast
Aa
#fce2e5 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce2e5 on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green88.6%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow9.1%
Key (black)1.2%
Color previews
#fce2e5 text on a black background
contrast 17.15:1
Card sample
#fce2e5 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce2e5;
Background color
Panel with #fce2e5 background
background-color: #fce2e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce2e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 226, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 226, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce2e5; background: linear-gradient(135deg, #fce2e5, #FCF0E2);