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