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