#fe3af7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 58, 247
HSL
302°, 99%, 61%
CMYK
0, 77, 3, 0
Luminance
0.3081
Every format
| HEX | #fe3af7 |
| RGB | rgb(254, 58, 247) |
| HSL | hsl(302, 99%, 61%) |
| CMYK | cmyk(0%, 77%, 3%, 0%) |
| LAB | lab(62.4 89.2 -53.2) |
| LCH | lch(62.4 103.8 329.2) |
| OKLCH | oklch(0.714 0.292 329.7) |
Copy-ready code
/* CSS */
color: #fe3af7;
background-color: #fe3af7;
/* Tailwind (arbitrary) */
class="text-[#fe3af7] bg-[#fe3af7]"
/* SCSS */
$brand: #fe3af7;
/* SwiftUI */
Color(red: 0.996, green: 0.227, blue: 0.969)
/* Android */
Color.parseColor("#fe3af7")Accessibility — WCAG contrast
Aa
#fe3af7 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe3af7 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green22.7%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow2.8%
Key (black)0.4%
Color previews
#fe3af7 text on a black background
contrast 7.16:1
Card sample
#fe3af7 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3af7;
Background color
Panel with #fe3af7 background
background-color: #fe3af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 58, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 58, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3af7; background: linear-gradient(135deg, #fe3af7, #FE3A75);