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