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