#feacf4
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 172, 244
HSL
307°, 98%, 84%
CMYK
0, 32, 4, 0
Luminance
0.5711
Every format
| HEX | #feacf4 |
| RGB | rgb(254, 172, 244) |
| HSL | hsl(307, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 4%, 0%) |
| LAB | lab(80.2 40.9 -23.7) |
| LCH | lch(80.2 47.2 329.9) |
| OKLCH | oklch(0.846 0.132 331.0) |
Copy-ready code
/* CSS */
color: #feacf4;
background-color: #feacf4;
/* Tailwind (arbitrary) */
class="text-[#feacf4] bg-[#feacf4]"
/* SCSS */
$brand: #feacf4;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#feacf4")Accessibility — WCAG contrast
Aa
#feacf4 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feacf4 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow3.9%
Key (black)0.4%
Color previews
#feacf4 text on a black background
contrast 12.42:1
Card sample
#feacf4 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feacf4;
Background color
Panel with #feacf4 background
background-color: #feacf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feacf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feacf4; background: linear-gradient(135deg, #feacf4, #FEACBD);