#feafdf
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 175, 223
HSL
324°, 98%, 84%
CMYK
0, 31, 12, 0
Luminance
0.5706
Every format
| HEX | #feafdf |
| RGB | rgb(254, 175, 223) |
| HSL | hsl(324, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 12%, 0%) |
| LAB | lab(80.2 35.8 -12.4) |
| LCH | lch(80.2 37.9 340.9) |
| OKLCH | oklch(0.843 0.110 342.6) |
Copy-ready code
/* CSS */
color: #feafdf;
background-color: #feafdf;
/* Tailwind (arbitrary) */
class="text-[#feafdf] bg-[#feafdf]"
/* SCSS */
$brand: #feafdf;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#feafdf")Accessibility — WCAG contrast
Aa
#feafdf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafdf on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow12.2%
Key (black)0.4%
Color previews
#feafdf text on a black background
contrast 12.41:1
Card sample
#feafdf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafdf;
Background color
Panel with #feafdf background
background-color: #feafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafdf; background: linear-gradient(135deg, #feafdf, #FEB4AF);