#fe13fd
a balanced, electric magenta / pink · warm · “magenta”
RGB
254, 19, 253
HSL
300°, 99%, 54%
CMYK
0, 93, 0, 0
Luminance
0.2863
Every format
| HEX | #fe13fd |
| RGB | rgb(254, 19, 253) |
| HSL | hsl(300, 99%, 54%) |
| CMYK | cmyk(0%, 93%, 0%, 0%) |
| LAB | lab(60.5 96.6 -59.5) |
| LCH | lch(60.5 113.4 328.4) |
| OKLCH | oklch(0.702 0.317 328.5) |
Copy-ready code
/* CSS */
color: #fe13fd;
background-color: #fe13fd;
/* Tailwind (arbitrary) */
class="text-[#fe13fd] bg-[#fe13fd]"
/* SCSS */
$brand: #fe13fd;
/* SwiftUI */
Color(red: 0.996, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#fe13fd")Accessibility — WCAG contrast
Aa
#fe13fd on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe13fd on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green7.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow0.4%
Key (black)0.4%
Color previews
#fe13fd text on a black background
contrast 6.73:1
Card sample
#fe13fd text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe13fd;
Background color
Panel with #fe13fd background
background-color: #fe13fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe13fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe13fd; background: linear-gradient(135deg, #fe13fd, #FE1360);