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