#fdedff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 237, 255
HSL
293°, 100%, 97%
CMYK
1, 7, 0, 0
Luminance
0.8867
Every format
| HEX | #fdedff |
| RGB | rgb(253, 237, 255) |
| HSL | hsl(293, 100%, 97%) |
| CMYK | cmyk(1%, 7%, 0%, 0%) |
| LAB | lab(95.4 8.5 -6.7) |
| LCH | lch(95.4 10.8 321.7) |
| OKLCH | oklch(0.964 0.029 322.4) |
Copy-ready code
/* CSS */
color: #fdedff;
background-color: #fdedff;
/* Tailwind (arbitrary) */
class="text-[#fdedff] bg-[#fdedff]"
/* SCSS */
$brand: #fdedff;
/* SwiftUI */
Color(red: 0.992, green: 0.929, blue: 1.000)
/* Android */
Color.parseColor("#fdedff")Accessibility — WCAG contrast
Aa
#fdedff on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdedff on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.9%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta7.1%
Yellow0.0%
Key (black)0.0%
Color previews
#fdedff text on a black background
contrast 18.73:1
Card sample
#fdedff text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdedff;
Background color
Panel with #fdedff background
background-color: #fdedff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdedff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 237, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 237, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdedff; background: linear-gradient(135deg, #fdedff, #FFEDF5);