#feacf1
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 172, 241
HSL
310°, 98%, 84%
CMYK
0, 32, 5, 0
Luminance
0.5693
Every format
| HEX | #feacf1 |
| RGB | rgb(254, 172, 241) |
| HSL | hsl(310, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 5%, 0%) |
| LAB | lab(80.1 40.3 -22.2) |
| LCH | lch(80.1 46.1 331.1) |
| OKLCH | oklch(0.845 0.129 332.4) |
Copy-ready code
/* CSS */
color: #feacf1;
background-color: #feacf1;
/* Tailwind (arbitrary) */
class="text-[#feacf1] bg-[#feacf1]"
/* SCSS */
$brand: #feacf1;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.945)
/* Android */
Color.parseColor("#feacf1")Accessibility — WCAG contrast
Aa
#feacf1 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feacf1 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow5.1%
Key (black)0.4%
Color previews
#feacf1 text on a black background
contrast 12.39:1
Card sample
#feacf1 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feacf1;
Background color
Panel with #feacf1 background
background-color: #feacf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feacf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feacf1; background: linear-gradient(135deg, #feacf1, #FEACBA);