#fe2fd3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 47, 211
HSL
313°, 99%, 59%
CMYK
0, 82, 17, 0
Luminance
0.2781
Every format
| HEX | #fe2fd3 |
| RGB | rgb(254, 47, 211) |
| HSL | hsl(313, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 17%, 0%) |
| LAB | lab(59.7 86.8 -37.1) |
| LCH | lch(59.7 94.4 336.9) |
| OKLCH | oklch(0.690 0.277 338.7) |
Copy-ready code
/* CSS */
color: #fe2fd3;
background-color: #fe2fd3;
/* Tailwind (arbitrary) */
class="text-[#fe2fd3] bg-[#fe2fd3]"
/* SCSS */
$brand: #fe2fd3;
/* SwiftUI */
Color(red: 0.996, green: 0.184, blue: 0.827)
/* Android */
Color.parseColor("#fe2fd3")Accessibility — WCAG contrast
Aa
#fe2fd3 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2fd3 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green18.4%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow16.9%
Key (black)0.4%
Color previews
#fe2fd3 text on a black background
contrast 6.56:1
Card sample
#fe2fd3 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2fd3;
Background color
Panel with #fe2fd3 background
background-color: #fe2fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 47, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 47, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2fd3; background: linear-gradient(135deg, #fe2fd3, #FE2F49);