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