#fce7eb
a pale, electric red · warm · closest name: white
RGB
252, 231, 235
HSL
349°, 78%, 95%
CMYK
0, 8, 7, 1
Luminance
0.8385
Every format
| HEX | #fce7eb |
| RGB | rgb(252, 231, 235) |
| HSL | hsl(349, 78%, 95%) |
| CMYK | cmyk(0%, 8%, 7%, 1%) |
| LAB | lab(93.4 7.8 0.7) |
| LCH | lch(93.4 7.8 4.8) |
| OKLCH | oklch(0.946 0.024 4.5) |
Copy-ready code
/* CSS */
color: #fce7eb;
background-color: #fce7eb;
/* Tailwind (arbitrary) */
class="text-[#fce7eb] bg-[#fce7eb]"
/* SCSS */
$brand: #fce7eb;
/* SwiftUI */
Color(red: 0.988, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#fce7eb")Accessibility — WCAG contrast
Aa
#fce7eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce7eb on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green90.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow6.7%
Key (black)1.2%
Color previews
#fce7eb text on a black background
contrast 17.77:1
Card sample
#fce7eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce7eb;
Background color
Panel with #fce7eb background
background-color: #fce7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce7eb; background: linear-gradient(135deg, #fce7eb, #FCF1E7);