#fe4afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 74, 253
HSL
300°, 99%, 64%
CMYK
0, 71, 0, 0
Luminance
0.3306
Every format
| HEX | #fe4afd |
| RGB | rgb(254, 74, 253) |
| HSL | hsl(300, 99%, 64%) |
| CMYK | cmyk(0%, 71%, 0%, 0%) |
| LAB | lab(64.2 85.7 -53.5) |
| LCH | lch(64.2 101.0 328.0) |
| OKLCH | oklch(0.729 0.282 328.2) |
Copy-ready code
/* CSS */
color: #fe4afd;
background-color: #fe4afd;
/* Tailwind (arbitrary) */
class="text-[#fe4afd] bg-[#fe4afd]"
/* SCSS */
$brand: #fe4afd;
/* SwiftUI */
Color(red: 0.996, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#fe4afd")Accessibility — WCAG contrast
Aa
#fe4afd on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4afd on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green29.0%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow0.4%
Key (black)0.4%
Color previews
#fe4afd text on a black background
contrast 7.61:1
Card sample
#fe4afd text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4afd;
Background color
Panel with #fe4afd background
background-color: #fe4afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4afd; background: linear-gradient(135deg, #fe4afd, #FE4A85);