#fce4da
a pale, electric orange · warm · closest name: ivory
RGB
252, 228, 218
HSL
18°, 85%, 92%
CMYK
0, 10, 14, 1
Luminance
0.8124
Every format
| HEX | #fce4da |
| RGB | rgb(252, 228, 218) |
| HSL | hsl(18, 85%, 92%) |
| CMYK | cmyk(0%, 10%, 14%, 1%) |
| LAB | lab(92.2 6.6 7.9) |
| LCH | lch(92.2 10.3 50.0) |
| OKLCH | oklch(0.936 0.030 44.0) |
Copy-ready code
/* CSS */
color: #fce4da;
background-color: #fce4da;
/* Tailwind (arbitrary) */
class="text-[#fce4da] bg-[#fce4da]"
/* SCSS */
$brand: #fce4da;
/* SwiftUI */
Color(red: 0.988, green: 0.894, blue: 0.855)
/* Android */
Color.parseColor("#fce4da")Accessibility — WCAG contrast
Aa
#fce4da on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce4da on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green89.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow13.5%
Key (black)1.2%
Color previews
#fce4da text on a black background
contrast 17.25:1
Card sample
#fce4da text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce4da;
Background color
Panel with #fce4da background
background-color: #fce4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 228, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 228, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce4da; background: linear-gradient(135deg, #fce4da, #FCFBDA);