#fce4ee
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 228, 238
HSL
335°, 80%, 94%
CMYK
0, 10, 6, 1
Luminance
0.8236
Every format
| HEX | #fce4ee |
| RGB | rgb(252, 228, 238) |
| HSL | hsl(335, 80%, 94%) |
| CMYK | cmyk(0%, 10%, 6%, 1%) |
| LAB | lab(92.7 9.8 -1.9) |
| LCH | lch(92.7 10.0 349.3) |
| OKLCH | oklch(0.941 0.029 350.5) |
Copy-ready code
/* CSS */
color: #fce4ee;
background-color: #fce4ee;
/* Tailwind (arbitrary) */
class="text-[#fce4ee] bg-[#fce4ee]"
/* SCSS */
$brand: #fce4ee;
/* SwiftUI */
Color(red: 0.988, green: 0.894, blue: 0.933)
/* Android */
Color.parseColor("#fce4ee")Accessibility — WCAG contrast
Aa
#fce4ee on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce4ee on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green89.4%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow5.6%
Key (black)1.2%
Color previews
#fce4ee text on a black background
contrast 17.47:1
Card sample
#fce4ee text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce4ee;
Background color
Panel with #fce4ee background
background-color: #fce4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 228, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 228, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce4ee; background: linear-gradient(135deg, #fce4ee, #FCEAE4);