#fce3eb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 227, 235
HSL
341°, 81%, 94%
CMYK
0, 10, 7, 1
Luminance
0.8163
Every format
| HEX | #fce3eb |
| RGB | rgb(252, 227, 235) |
| HSL | hsl(341, 81%, 94%) |
| CMYK | cmyk(0%, 10%, 7%, 1%) |
| LAB | lab(92.4 9.9 -0.8) |
| LCH | lch(92.4 9.9 355.5) |
| OKLCH | oklch(0.938 0.029 356.3) |
Copy-ready code
/* CSS */
color: #fce3eb;
background-color: #fce3eb;
/* Tailwind (arbitrary) */
class="text-[#fce3eb] bg-[#fce3eb]"
/* SCSS */
$brand: #fce3eb;
/* SwiftUI */
Color(red: 0.988, green: 0.890, blue: 0.922)
/* Android */
Color.parseColor("#fce3eb")Accessibility — WCAG contrast
Aa
#fce3eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce3eb on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green89.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow6.7%
Key (black)1.2%
Color previews
#fce3eb text on a black background
contrast 17.33:1
Card sample
#fce3eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce3eb;
Background color
Panel with #fce3eb background
background-color: #fce3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 227, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 227, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce3eb; background: linear-gradient(135deg, #fce3eb, #FCECE3);