#fedaf5
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 218, 245
HSL
315°, 95%, 93%
CMYK
0, 14, 4, 0
Luminance
0.7781
Every format
| HEX | #fedaf5 |
| RGB | rgb(254, 218, 245) |
| HSL | hsl(315, 95%, 93%) |
| CMYK | cmyk(0%, 14%, 4%, 0%) |
| LAB | lab(90.7 16.9 -8.5) |
| LCH | lch(90.7 18.9 333.3) |
| OKLCH | oklch(0.926 0.053 334.8) |
Copy-ready code
/* CSS */
color: #fedaf5;
background-color: #fedaf5;
/* Tailwind (arbitrary) */
class="text-[#fedaf5] bg-[#fedaf5]"
/* SCSS */
$brand: #fedaf5;
/* SwiftUI */
Color(red: 0.996, green: 0.855, blue: 0.961)
/* Android */
Color.parseColor("#fedaf5")Accessibility — WCAG contrast
Aa
#fedaf5 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fedaf5 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green85.5%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow3.5%
Key (black)0.4%
Color previews
#fedaf5 text on a black background
contrast 16.56:1
Card sample
#fedaf5 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fedaf5;
Background color
Panel with #fedaf5 background
background-color: #fedaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fedaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 218, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 218, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fedaf5; background: linear-gradient(135deg, #fedaf5, #FEDADD);