#feddf1
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 221, 241
HSL
324°, 94%, 93%
CMYK
0, 13, 5, 0
Luminance
0.7913
Every format
| HEX | #feddf1 |
| RGB | rgb(254, 221, 241) |
| HSL | hsl(324, 94%, 93%) |
| CMYK | cmyk(0%, 13%, 5%, 0%) |
| LAB | lab(91.3 14.7 -5.5) |
| LCH | lch(91.3 15.7 339.3) |
| OKLCH | oklch(0.931 0.045 341.0) |
Copy-ready code
/* CSS */
color: #feddf1;
background-color: #feddf1;
/* Tailwind (arbitrary) */
class="text-[#feddf1] bg-[#feddf1]"
/* SCSS */
$brand: #feddf1;
/* SwiftUI */
Color(red: 0.996, green: 0.867, blue: 0.945)
/* Android */
Color.parseColor("#feddf1")Accessibility — WCAG contrast
Aa
#feddf1 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feddf1 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green86.7%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow5.1%
Key (black)0.4%
Color previews
#feddf1 text on a black background
contrast 16.83:1
Card sample
#feddf1 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feddf1;
Background color
Panel with #feddf1 background
background-color: #feddf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feddf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 221, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 221, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feddf1; background: linear-gradient(135deg, #feddf1, #FEDFDD);