#fe398e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
254, 57, 142
HSL
334°, 99%, 61%
CMYK
0, 78, 44, 0
Luminance
0.2595
Every format
| HEX | #fe398e |
| RGB | rgb(254, 57, 142) |
| HSL | hsl(334, 99%, 61%) |
| CMYK | cmyk(0%, 78%, 44%, 0%) |
| LAB | lab(58.0 77.1 0.2) |
| LCH | lch(58.0 77.1 0.2) |
| OKLCH | oklch(0.669 0.237 0.4) |
Copy-ready code
/* CSS */
color: #fe398e;
background-color: #fe398e;
/* Tailwind (arbitrary) */
class="text-[#fe398e] bg-[#fe398e]"
/* SCSS */
$brand: #fe398e;
/* SwiftUI */
Color(red: 0.996, green: 0.224, blue: 0.557)
/* Android */
Color.parseColor("#fe398e")Accessibility — WCAG contrast
Aa
#fe398e on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe398e on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green22.4%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow44.1%
Key (black)0.4%
Color previews
#fe398e text on a black background
contrast 6.19:1
Card sample
#fe398e text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe398e;
Background color
Panel with #fe398e background
background-color: #fe398e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe398e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 57, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 57, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe398e; background: linear-gradient(135deg, #fe398e, #FE6739);