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