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