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