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