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