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