#fddef7
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 222, 247
HSL
312°, 89%, 93%
CMYK
0, 12, 2, 1
Luminance
0.7984
Every format
| HEX | #fddef7 |
| RGB | rgb(253, 222, 247) |
| HSL | hsl(312, 89%, 93%) |
| CMYK | cmyk(0%, 12%, 2%, 1%) |
| LAB | lab(91.6 14.9 -8.2) |
| LCH | lch(91.6 17.0 331.1) |
| OKLCH | oklch(0.933 0.047 332.5) |
Copy-ready code
/* CSS */
color: #fddef7;
background-color: #fddef7;
/* Tailwind (arbitrary) */
class="text-[#fddef7] bg-[#fddef7]"
/* SCSS */
$brand: #fddef7;
/* SwiftUI */
Color(red: 0.992, green: 0.871, blue: 0.969)
/* Android */
Color.parseColor("#fddef7")Accessibility — WCAG contrast
Aa
#fddef7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddef7 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green87.1%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow2.4%
Key (black)0.8%
Color previews
#fddef7 text on a black background
contrast 16.97:1
Card sample
#fddef7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddef7;
Background color
Panel with #fddef7 background
background-color: #fddef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 222, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 222, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddef7; background: linear-gradient(135deg, #fddef7, #FDDEE2);