#feafd9
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 175, 217
HSL
328°, 98%, 84%
CMYK
0, 31, 15, 0
Luminance
0.5674
Every format
| HEX | #feafd9 |
| RGB | rgb(254, 175, 217) |
| HSL | hsl(328, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 15%, 0%) |
| LAB | lab(80.0 34.8 -9.4) |
| LCH | lch(80.0 36.1 344.8) |
| OKLCH | oklch(0.842 0.106 346.5) |
Copy-ready code
/* CSS */
color: #feafd9;
background-color: #feafd9;
/* Tailwind (arbitrary) */
class="text-[#feafd9] bg-[#feafd9]"
/* SCSS */
$brand: #feafd9;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.851)
/* Android */
Color.parseColor("#feafd9")Accessibility — WCAG contrast
Aa
#feafd9 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafd9 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow14.6%
Key (black)0.4%
Color previews
#feafd9 text on a black background
contrast 12.35:1
Card sample
#feafd9 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafd9;
Background color
Panel with #feafd9 background
background-color: #feafd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafd9; background: linear-gradient(135deg, #feafd9, #FEBAAF);