#fe2fed
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 47, 237
HSL
305°, 99%, 59%
CMYK
0, 82, 7, 0
Luminance
0.2922
Every format
| HEX | #fe2fed |
| RGB | rgb(254, 47, 237) |
| HSL | hsl(305, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 7%, 0%) |
| LAB | lab(61.0 90.3 -49.8) |
| LCH | lch(61.0 103.1 331.1) |
| OKLCH | oklch(0.703 0.293 332.1) |
Copy-ready code
/* CSS */
color: #fe2fed;
background-color: #fe2fed;
/* Tailwind (arbitrary) */
class="text-[#fe2fed] bg-[#fe2fed]"
/* SCSS */
$brand: #fe2fed;
/* SwiftUI */
Color(red: 0.996, green: 0.184, blue: 0.929)
/* Android */
Color.parseColor("#fe2fed")Accessibility — WCAG contrast
Aa
#fe2fed on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2fed on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green18.4%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow6.7%
Key (black)0.4%
Color previews
#fe2fed text on a black background
contrast 6.84:1
Card sample
#fe2fed text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2fed;
Background color
Panel with #fe2fed background
background-color: #fe2fed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2fed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 47, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 47, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2fed; background: linear-gradient(135deg, #fe2fed, #FE2F63);