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