#fe47fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 71, 253
HSL
300°, 99%, 64%
CMYK
0, 72, 0, 0
Luminance
0.3267
Every format
| HEX | #fe47fd |
| RGB | rgb(254, 71, 253) |
| HSL | hsl(300, 99%, 64%) |
| CMYK | cmyk(0%, 72%, 0%, 0%) |
| LAB | lab(63.9 86.6 -54.0) |
| LCH | lch(63.9 102.0 328.0) |
| OKLCH | oklch(0.726 0.284 328.3) |
Copy-ready code
/* CSS */
color: #fe47fd;
background-color: #fe47fd;
/* Tailwind (arbitrary) */
class="text-[#fe47fd] bg-[#fe47fd]"
/* SCSS */
$brand: #fe47fd;
/* SwiftUI */
Color(red: 0.996, green: 0.278, blue: 0.992)
/* Android */
Color.parseColor("#fe47fd")Accessibility — WCAG contrast
Aa
#fe47fd on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe47fd on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green27.8%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow0.4%
Key (black)0.4%
Color previews
#fe47fd text on a black background
contrast 7.53:1
Card sample
#fe47fd text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe47fd;
Background color
Panel with #fe47fd background
background-color: #fe47fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe47fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 71, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 71, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe47fd; background: linear-gradient(135deg, #fe47fd, #FE4783);