#fdecdf
a pale, electric orange · warm · closest name: ivory
RGB
253, 236, 223
HSL
26°, 88%, 93%
CMYK
0, 7, 12, 1
Luminance
0.8620
Every format
| HEX | #fdecdf |
| RGB | rgb(253, 236, 223) |
| HSL | hsl(26, 88%, 93%) |
| CMYK | cmyk(0%, 7%, 12%, 1%) |
| LAB | lab(94.4 3.6 8.4) |
| LCH | lch(94.4 9.1 66.6) |
| OKLCH | oklch(0.953 0.025 59.9) |
Copy-ready code
/* CSS */
color: #fdecdf;
background-color: #fdecdf;
/* Tailwind (arbitrary) */
class="text-[#fdecdf] bg-[#fdecdf]"
/* SCSS */
$brand: #fdecdf;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#fdecdf")Accessibility — WCAG contrast
Aa
#fdecdf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecdf on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow11.9%
Key (black)0.8%
Color previews
#fdecdf text on a black background
contrast 18.24:1
Card sample
#fdecdf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecdf;
Background color
Panel with #fdecdf background
background-color: #fdecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecdf; background: linear-gradient(135deg, #fdecdf, #FAFDDF);