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