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