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