#fe3fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 63, 226
HSL
309°, 99%, 62%
CMYK
0, 75, 11, 0
Luminance
0.3012
Every format
| HEX | #fe3fe2 |
| RGB | rgb(254, 63, 226) |
| HSL | hsl(309, 99%, 62%) |
| CMYK | cmyk(0%, 75%, 11%, 0%) |
| LAB | lab(61.8 84.9 -42.4) |
| LCH | lch(61.8 94.9 333.5) |
| OKLCH | oklch(0.707 0.274 334.9) |
Copy-ready code
/* CSS */
color: #fe3fe2;
background-color: #fe3fe2;
/* Tailwind (arbitrary) */
class="text-[#fe3fe2] bg-[#fe3fe2]"
/* SCSS */
$brand: #fe3fe2;
/* SwiftUI */
Color(red: 0.996, green: 0.247, blue: 0.886)
/* Android */
Color.parseColor("#fe3fe2")Accessibility — WCAG contrast
Aa
#fe3fe2 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe3fe2 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green24.7%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow11.0%
Key (black)0.4%
Color previews
#fe3fe2 text on a black background
contrast 7.02:1
Card sample
#fe3fe2 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3fe2;
Background color
Panel with #fe3fe2 background
background-color: #fe3fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 63, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 63, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3fe2; background: linear-gradient(135deg, #fe3fe2, #FE3F63);