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