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