#fe3af4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 58, 244
HSL
303°, 99%, 61%
CMYK
0, 77, 4, 0
Luminance
0.3063
Every format
| HEX | #fe3af4 |
| RGB | rgb(254, 58, 244) |
| HSL | hsl(303, 99%, 61%) |
| CMYK | cmyk(0%, 77%, 4%, 0%) |
| LAB | lab(62.2 88.8 -51.8) |
| LCH | lch(62.2 102.8 329.8) |
| OKLCH | oklch(0.713 0.290 330.4) |
Copy-ready code
/* CSS */
color: #fe3af4;
background-color: #fe3af4;
/* Tailwind (arbitrary) */
class="text-[#fe3af4] bg-[#fe3af4]"
/* SCSS */
$brand: #fe3af4;
/* SwiftUI */
Color(red: 0.996, green: 0.227, blue: 0.957)
/* Android */
Color.parseColor("#fe3af4")Accessibility — WCAG contrast
Aa
#fe3af4 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe3af4 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green22.7%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow3.9%
Key (black)0.4%
Color previews
#fe3af4 text on a black background
contrast 7.13:1
Card sample
#fe3af4 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3af4;
Background color
Panel with #fe3af4 background
background-color: #fe3af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 58, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 58, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3af4; background: linear-gradient(135deg, #fe3af4, #FE3A71);