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