#fd044e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 4, 78
HSL
342°, 98%, 50%
CMYK
0, 98, 69, 1
Luminance
0.2152
Every format
| HEX | #fd044e |
| RGB | rgb(253, 4, 78) |
| HSL | hsl(342, 98%, 50%) |
| CMYK | cmyk(0%, 98%, 69%, 1%) |
| LAB | lab(53.5 81.0 32.3) |
| LCH | lch(53.5 87.2 21.7) |
| OKLCH | oklch(0.631 0.252 17.3) |
Copy-ready code
/* CSS */
color: #fd044e;
background-color: #fd044e;
/* Tailwind (arbitrary) */
class="text-[#fd044e] bg-[#fd044e]"
/* SCSS */
$brand: #fd044e;
/* SwiftUI */
Color(red: 0.992, green: 0.016, blue: 0.306)
/* Android */
Color.parseColor("#fd044e")Accessibility — WCAG contrast
Aa
#fd044e on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd044e on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green1.6%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow69.2%
Key (black)0.8%
Color previews
#fd044e text on a black background
contrast 5.30:1
Card sample
#fd044e text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd044e;
Background color
Panel with #fd044e background
background-color: #fd044e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd044e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 4, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 4, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd044e; background: linear-gradient(135deg, #fd044e, #FD6004);