#fe41fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 65, 253
HSL
300°, 99%, 63%
CMYK
0, 74, 0, 0
Luminance
0.3194
Every format
| HEX | #fe41fd |
| RGB | rgb(254, 65, 253) |
| HSL | hsl(300, 99%, 63%) |
| CMYK | cmyk(0%, 74%, 0%, 0%) |
| LAB | lab(63.3 88.3 -55.0) |
| LCH | lch(63.3 104.0 328.1) |
| OKLCH | oklch(0.722 0.290 328.3) |
Copy-ready code
/* CSS */
color: #fe41fd;
background-color: #fe41fd;
/* Tailwind (arbitrary) */
class="text-[#fe41fd] bg-[#fe41fd]"
/* SCSS */
$brand: #fe41fd;
/* SwiftUI */
Color(red: 0.996, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#fe41fd")Accessibility — WCAG contrast
Aa
#fe41fd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe41fd on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green25.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow0.4%
Key (black)0.4%
Color previews
#fe41fd text on a black background
contrast 7.39:1
Card sample
#fe41fd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe41fd;
Background color
Panel with #fe41fd background
background-color: #fe41fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe41fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe41fd; background: linear-gradient(135deg, #fe41fd, #FE417F);