#fe045f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
254, 4, 95
HSL
338°, 99%, 51%
CMYK
0, 98, 63, 0
Luminance
0.2198
Every format
| HEX | #fe045f |
| RGB | rgb(254, 4, 95) |
| HSL | hsl(338, 99%, 51%) |
| CMYK | cmyk(0%, 98%, 63%, 0%) |
| LAB | lab(54.0 82.0 22.7) |
| LCH | lch(54.0 85.1 15.5) |
| OKLCH | oklch(0.636 0.253 12.6) |
Copy-ready code
/* CSS */
color: #fe045f;
background-color: #fe045f;
/* Tailwind (arbitrary) */
class="text-[#fe045f] bg-[#fe045f]"
/* SCSS */
$brand: #fe045f;
/* SwiftUI */
Color(red: 0.996, green: 0.016, blue: 0.373)
/* Android */
Color.parseColor("#fe045f")Accessibility — WCAG contrast
Aa
#fe045f on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe045f on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green1.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow62.6%
Key (black)0.4%
Color previews
#fe045f text on a black background
contrast 5.40:1
Card sample
#fe045f text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe045f;
Background color
Panel with #fe045f background
background-color: #fe045f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe045f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 4, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 4, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe045f; background: linear-gradient(135deg, #fe045f, #FE5004);