#fde7fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 231, 253
HSL
300°, 85%, 95%
CMYK
0, 9, 0, 1
Luminance
0.8513
Every format
| HEX | #fde7fd |
| RGB | rgb(253, 231, 253) |
| HSL | hsl(300, 85%, 95%) |
| CMYK | cmyk(0%, 9%, 0%, 1%) |
| LAB | lab(93.9 11.3 -7.9) |
| LCH | lch(93.9 13.8 324.9) |
| OKLCH | oklch(0.952 0.037 325.9) |
Copy-ready code
/* CSS */
color: #fde7fd;
background-color: #fde7fd;
/* Tailwind (arbitrary) */
class="text-[#fde7fd] bg-[#fde7fd]"
/* SCSS */
$brand: #fde7fd;
/* SwiftUI */
Color(red: 0.992, green: 0.906, blue: 0.992)
/* Android */
Color.parseColor("#fde7fd")Accessibility — WCAG contrast
Aa
#fde7fd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde7fd on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green90.6%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fde7fd text on a black background
contrast 18.03:1
Card sample
#fde7fd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde7fd;
Background color
Panel with #fde7fd background
background-color: #fde7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 231, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 231, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde7fd; background: linear-gradient(135deg, #fde7fd, #FDE7EE);