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