#fe2fe7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 47, 231
HSL
307°, 99%, 59%
CMYK
0, 82, 9, 0
Luminance
0.2887
Every format
| HEX | #fe2fe7 |
| RGB | rgb(254, 47, 231) |
| HSL | hsl(307, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 9%, 0%) |
| LAB | lab(60.7 89.5 -46.9) |
| LCH | lch(60.7 101.0 332.3) |
| OKLCH | oklch(0.700 0.290 333.6) |
Copy-ready code
/* CSS */
color: #fe2fe7;
background-color: #fe2fe7;
/* Tailwind (arbitrary) */
class="text-[#fe2fe7] bg-[#fe2fe7]"
/* SCSS */
$brand: #fe2fe7;
/* SwiftUI */
Color(red: 0.996, green: 0.184, blue: 0.906)
/* Android */
Color.parseColor("#fe2fe7")Accessibility — WCAG contrast
Aa
#fe2fe7 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2fe7 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green18.4%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow9.1%
Key (black)0.4%
Color previews
#fe2fe7 text on a black background
contrast 6.77:1
Card sample
#fe2fe7 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2fe7;
Background color
Panel with #fe2fe7 background
background-color: #fe2fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 47, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 47, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2fe7; background: linear-gradient(135deg, #fe2fe7, #FE2F5D);