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