#fe31fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 49, 253
HSL
300°, 99%, 59%
CMYK
0, 81, 0, 0
Luminance
0.3036
Every format
| HEX | #fe31fd |
| RGB | rgb(254, 49, 253) |
| HSL | hsl(300, 99%, 59%) |
| CMYK | cmyk(0%, 81%, 0%, 0%) |
| LAB | lab(62.0 92.1 -57.1) |
| LCH | lch(62.0 108.4 328.2) |
| OKLCH | oklch(0.713 0.303 328.4) |
Copy-ready code
/* CSS */
color: #fe31fd;
background-color: #fe31fd;
/* Tailwind (arbitrary) */
class="text-[#fe31fd] bg-[#fe31fd]"
/* SCSS */
$brand: #fe31fd;
/* SwiftUI */
Color(red: 0.996, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#fe31fd")Accessibility — WCAG contrast
Aa
#fe31fd on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe31fd on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green19.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow0.4%
Key (black)0.4%
Color previews
#fe31fd text on a black background
contrast 7.07:1
Card sample
#fe31fd text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe31fd;
Background color
Panel with #fe31fd background
background-color: #fe31fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe31fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe31fd; background: linear-gradient(135deg, #fe31fd, #FE3174);