#fce1da
a pale, electric red · warm · closest name: ivory
RGB
252, 225, 218
HSL
12°, 85%, 92%
CMYK
0, 11, 14, 1
Luminance
0.7961
Every format
| HEX | #fce1da |
| RGB | rgb(252, 225, 218) |
| HSL | hsl(12, 85%, 92%) |
| CMYK | cmyk(0%, 11%, 14%, 1%) |
| LAB | lab(91.5 8.1 6.8) |
| LCH | lch(91.5 10.6 39.9) |
| OKLCH | oklch(0.930 0.031 34.9) |
Copy-ready code
/* CSS */
color: #fce1da;
background-color: #fce1da;
/* Tailwind (arbitrary) */
class="text-[#fce1da] bg-[#fce1da]"
/* SCSS */
$brand: #fce1da;
/* SwiftUI */
Color(red: 0.988, green: 0.882, blue: 0.855)
/* Android */
Color.parseColor("#fce1da")Accessibility — WCAG contrast
Aa
#fce1da on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce1da on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green88.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow13.5%
Key (black)1.2%
Color previews
#fce1da text on a black background
contrast 16.92:1
Card sample
#fce1da text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce1da;
Background color
Panel with #fce1da background
background-color: #fce1da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce1da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 225, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 225, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce1da; background: linear-gradient(135deg, #fce1da, #FCF8DA);