#fce3e6
a pale, electric red · warm · closest name: white
RGB
252, 227, 230
HSL
353°, 81%, 94%
CMYK
0, 10, 9, 1
Luminance
0.8135
Every format
| HEX | #fce3e6 |
| RGB | rgb(252, 227, 230) |
| HSL | hsl(353, 81%, 94%) |
| CMYK | cmyk(0%, 10%, 9%, 1%) |
| LAB | lab(92.3 9.0 1.7) |
| LCH | lch(92.3 9.2 10.4) |
| OKLCH | oklch(0.937 0.028 9.4) |
Copy-ready code
/* CSS */
color: #fce3e6;
background-color: #fce3e6;
/* Tailwind (arbitrary) */
class="text-[#fce3e6] bg-[#fce3e6]"
/* SCSS */
$brand: #fce3e6;
/* SwiftUI */
Color(red: 0.988, green: 0.890, blue: 0.902)
/* Android */
Color.parseColor("#fce3e6")Accessibility — WCAG contrast
Aa
#fce3e6 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce3e6 on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green89.0%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow8.7%
Key (black)1.2%
Color previews
#fce3e6 text on a black background
contrast 17.27:1
Card sample
#fce3e6 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce3e6;
Background color
Panel with #fce3e6 background
background-color: #fce3e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce3e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 227, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 227, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce3e6; background: linear-gradient(135deg, #fce3e6, #FCF1E3);