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