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