#fe2cfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 44, 254
HSL
300°, 99%, 58%
CMYK
0, 83, 0, 0
Luminance
0.3003
Every format
| HEX | #fe2cfe |
| RGB | rgb(254, 44, 254) |
| HSL | hsl(300, 99%, 58%) |
| CMYK | cmyk(0%, 83%, 0%, 0%) |
| LAB | lab(61.7 93.3 -58.1) |
| LCH | lch(61.7 109.9 328.1) |
| OKLCH | oklch(0.711 0.306 328.2) |
Copy-ready code
/* CSS */
color: #fe2cfe;
background-color: #fe2cfe;
/* Tailwind (arbitrary) */
class="text-[#fe2cfe] bg-[#fe2cfe]"
/* SCSS */
$brand: #fe2cfe;
/* SwiftUI */
Color(red: 0.996, green: 0.173, blue: 0.996)
/* Android */
Color.parseColor("#fe2cfe")Accessibility — WCAG contrast
Aa
#fe2cfe on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2cfe on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.3%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow0.0%
Key (black)0.4%
Color previews
#fe2cfe text on a black background
contrast 7.01:1
Card sample
#fe2cfe text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2cfe;
Background color
Panel with #fe2cfe background
background-color: #fe2cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 44, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 44, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2cfe; background: linear-gradient(135deg, #fe2cfe, #FE2C72);