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