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