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