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