#fdedfd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 237, 253
HSL
300°, 80%, 96%
CMYK
0, 6, 0, 1
Luminance
0.8854
Every format
| HEX | #fdedfd |
| RGB | rgb(253, 237, 253) |
| HSL | hsl(300, 80%, 96%) |
| CMYK | cmyk(0%, 6%, 0%, 1%) |
| LAB | lab(95.4 8.2 -5.8) |
| LCH | lch(95.4 10.0 324.8) |
| OKLCH | oklch(0.963 0.027 325.8) |
Copy-ready code
/* CSS */
color: #fdedfd;
background-color: #fdedfd;
/* Tailwind (arbitrary) */
class="text-[#fdedfd] bg-[#fdedfd]"
/* SCSS */
$brand: #fdedfd;
/* SwiftUI */
Color(red: 0.992, green: 0.929, blue: 0.992)
/* Android */
Color.parseColor("#fdedfd")Accessibility — WCAG contrast
Aa
#fdedfd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdedfd on black: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.9%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow0.0%
Key (black)0.8%
Color previews
#fdedfd text on a black background
contrast 18.71:1
Card sample
#fdedfd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdedfd;
Background color
Panel with #fdedfd background
background-color: #fdedfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdedfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 237, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 237, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdedfd; background: linear-gradient(135deg, #fdedfd, #FDEDF2);