#fddef0
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 222, 240
HSL
325°, 89%, 93%
CMYK
0, 12, 5, 1
Luminance
0.7942
Every format
| HEX | #fddef0 |
| RGB | rgb(253, 222, 240) |
| HSL | hsl(325, 89%, 93%) |
| CMYK | cmyk(0%, 12%, 5%, 1%) |
| LAB | lab(91.4 13.6 -4.8) |
| LCH | lch(91.4 14.5 340.5) |
| OKLCH | oklch(0.931 0.041 342.1) |
Copy-ready code
/* CSS */
color: #fddef0;
background-color: #fddef0;
/* Tailwind (arbitrary) */
class="text-[#fddef0] bg-[#fddef0]"
/* SCSS */
$brand: #fddef0;
/* SwiftUI */
Color(red: 0.992, green: 0.871, blue: 0.941)
/* Android */
Color.parseColor("#fddef0")Accessibility — WCAG contrast
Aa
#fddef0 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddef0 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green87.1%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow5.1%
Key (black)0.8%
Color previews
#fddef0 text on a black background
contrast 16.88:1
Card sample
#fddef0 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddef0;
Background color
Panel with #fddef0 background
background-color: #fddef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 222, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 222, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddef0; background: linear-gradient(135deg, #fddef0, #FDE1DE);