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