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