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