#fe47df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 71, 223
HSL
310°, 99%, 64%
CMYK
0, 72, 12, 0
Luminance
0.3091
Every format
| HEX | #fe47df |
| RGB | rgb(254, 71, 223) |
| HSL | hsl(310, 99%, 64%) |
| CMYK | cmyk(0%, 72%, 12%, 0%) |
| LAB | lab(62.4 82.2 -39.6) |
| LCH | lch(62.4 91.3 334.3) |
| OKLCH | oklch(0.711 0.264 335.8) |
Copy-ready code
/* CSS */
color: #fe47df;
background-color: #fe47df;
/* Tailwind (arbitrary) */
class="text-[#fe47df] bg-[#fe47df]"
/* SCSS */
$brand: #fe47df;
/* SwiftUI */
Color(red: 0.996, green: 0.278, blue: 0.875)
/* Android */
Color.parseColor("#fe47df")Accessibility — WCAG contrast
Aa
#fe47df on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe47df on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green27.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow12.2%
Key (black)0.4%
Color previews
#fe47df text on a black background
contrast 7.18:1
Card sample
#fe47df text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe47df;
Background color
Panel with #fe47df background
background-color: #fe47df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe47df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 71, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 71, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe47df; background: linear-gradient(135deg, #fe47df, #FE4765);