#fe2afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 42, 253
HSL
300°, 99%, 58%
CMYK
0, 84, 0, 0
Luminance
0.2982
Every format
| HEX | #fe2afd |
| RGB | rgb(254, 42, 253) |
| HSL | hsl(300, 99%, 58%) |
| CMYK | cmyk(0%, 84%, 0%, 0%) |
| LAB | lab(61.5 93.5 -57.9) |
| LCH | lch(61.5 110.0 328.3) |
| OKLCH | oklch(0.709 0.307 328.5) |
Copy-ready code
/* CSS */
color: #fe2afd;
background-color: #fe2afd;
/* Tailwind (arbitrary) */
class="text-[#fe2afd] bg-[#fe2afd]"
/* SCSS */
$brand: #fe2afd;
/* SwiftUI */
Color(red: 0.996, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#fe2afd")Accessibility — WCAG contrast
Aa
#fe2afd on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2afd on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green16.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow0.4%
Key (black)0.4%
Color previews
#fe2afd text on a black background
contrast 6.96:1
Card sample
#fe2afd text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2afd;
Background color
Panel with #fe2afd background
background-color: #fe2afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2afd; background: linear-gradient(135deg, #fe2afd, #FE2A6F);