#fdddec
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 221, 236
HSL
332°, 89%, 93%
CMYK
0, 13, 7, 1
Luminance
0.7865
Every format
| HEX | #fdddec |
| RGB | rgb(253, 221, 236) |
| HSL | hsl(332, 89%, 93%) |
| CMYK | cmyk(0%, 13%, 7%, 1%) |
| LAB | lab(91.1 13.5 -3.2) |
| LCH | lch(91.1 13.9 346.5) |
| OKLCH | oklch(0.928 0.040 347.9) |
Copy-ready code
/* CSS */
color: #fdddec;
background-color: #fdddec;
/* Tailwind (arbitrary) */
class="text-[#fdddec] bg-[#fdddec]"
/* SCSS */
$brand: #fdddec;
/* SwiftUI */
Color(red: 0.992, green: 0.867, blue: 0.925)
/* Android */
Color.parseColor("#fdddec")Accessibility — WCAG contrast
Aa
#fdddec on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdddec on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow6.7%
Key (black)0.8%
Color previews
#fdddec text on a black background
contrast 16.73:1
Card sample
#fdddec text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdddec;
Background color
Panel with #fdddec background
background-color: #fdddec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdddec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 221, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 221, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdddec; background: linear-gradient(135deg, #fdddec, #FDE3DD);