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