#fe5afd
a light, electric magenta / pink · warm · closest name: magenta
RGB
254, 90, 253
HSL
300°, 99%, 68%
CMYK
0, 65, 0, 0
Luminance
0.3548
Every format
| HEX | #fe5afd |
| RGB | rgb(254, 90, 253) |
| HSL | hsl(300, 99%, 68%) |
| CMYK | cmyk(0%, 65%, 0%, 0%) |
| LAB | lab(66.1 80.3 -50.5) |
| LCH | lch(66.1 94.8 327.8) |
| OKLCH | oklch(0.742 0.264 328.1) |
Copy-ready code
/* CSS */
color: #fe5afd;
background-color: #fe5afd;
/* Tailwind (arbitrary) */
class="text-[#fe5afd] bg-[#fe5afd]"
/* SCSS */
$brand: #fe5afd;
/* SwiftUI */
Color(red: 0.996, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#fe5afd")Accessibility — WCAG contrast
Aa
#fe5afd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe5afd on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green35.3%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow0.4%
Key (black)0.4%
Color previews
#fe5afd text on a black background
contrast 8.10:1
Card sample
#fe5afd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe5afd;
Background color
Panel with #fe5afd background
background-color: #fe5afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe5afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe5afd; background: linear-gradient(135deg, #fe5afd, #FE5A90);