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