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