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