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