#fcede2
a pale, electric orange · warm · closest name: ivory
RGB
252, 237, 226
HSL
25°, 81%, 94%
CMYK
0, 6, 10, 1
Luminance
0.8675
Every format
| HEX | #fcede2 |
| RGB | rgb(252, 237, 226) |
| HSL | hsl(25, 81%, 94%) |
| CMYK | cmyk(0%, 6%, 10%, 1%) |
| LAB | lab(94.6 3.3 7.1) |
| LCH | lch(94.6 7.8 65.5) |
| OKLCH | oklch(0.955 0.022 58.8) |
Copy-ready code
/* CSS */
color: #fcede2;
background-color: #fcede2;
/* Tailwind (arbitrary) */
class="text-[#fcede2] bg-[#fcede2]"
/* SCSS */
$brand: #fcede2;
/* SwiftUI */
Color(red: 0.988, green: 0.929, blue: 0.886)
/* Android */
Color.parseColor("#fcede2")Accessibility — WCAG contrast
Aa
#fcede2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcede2 on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.9%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow10.3%
Key (black)1.2%
Color previews
#fcede2 text on a black background
contrast 18.35:1
Card sample
#fcede2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcede2;
Background color
Panel with #fcede2 background
background-color: #fcede2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcede2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 237, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 237, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcede2; background: linear-gradient(135deg, #fcede2, #FAFCE2);