#fdecec
a pale, electric red · warm · closest name: white
RGB
253, 236, 236
HSL
0°, 81%, 96%
CMYK
0, 7, 7, 1
Luminance
0.8693
Every format
| HEX | #fdecec |
| RGB | rgb(253, 236, 236) |
| HSL | hsl(0, 81%, 96%) |
| CMYK | cmyk(0%, 7%, 7%, 1%) |
| LAB | lab(94.7 5.7 2.1) |
| LCH | lch(94.7 6.1 19.8) |
| OKLCH | oklch(0.957 0.018 17.5) |
Copy-ready code
/* CSS */
color: #fdecec;
background-color: #fdecec;
/* Tailwind (arbitrary) */
class="text-[#fdecec] bg-[#fdecec]"
/* SCSS */
$brand: #fdecec;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.925)
/* Android */
Color.parseColor("#fdecec")Accessibility — WCAG contrast
Aa
#fdecec on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecec on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow6.7%
Key (black)0.8%
Color previews
#fdecec text on a black background
contrast 18.39:1
Card sample
#fdecec text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecec;
Background color
Panel with #fdecec background
background-color: #fdecec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecec; background: linear-gradient(135deg, #fdecec, #FDF7EC);