#fe0484
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
254, 4, 132
HSL
329°, 99%, 51%
CMYK
0, 98, 48, 0
Luminance
0.2282
Every format
| HEX | #fe0484 |
| RGB | rgb(254, 4, 132) |
| HSL | hsl(329, 99%, 51%) |
| CMYK | cmyk(0%, 98%, 48%, 0%) |
| LAB | lab(54.9 84.3 1.7) |
| LCH | lch(54.9 84.4 1.1) |
| OKLCH | oklch(0.645 0.260 1.1) |
Copy-ready code
/* CSS */
color: #fe0484;
background-color: #fe0484;
/* Tailwind (arbitrary) */
class="text-[#fe0484] bg-[#fe0484]"
/* SCSS */
$brand: #fe0484;
/* SwiftUI */
Color(red: 0.996, green: 0.016, blue: 0.518)
/* Android */
Color.parseColor("#fe0484")Accessibility — WCAG contrast
Aa
#fe0484 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe0484 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green1.6%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow48.0%
Key (black)0.4%
Color previews
#fe0484 text on a black background
contrast 5.56:1
Card sample
#fe0484 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe0484;
Background color
Panel with #fe0484 background
background-color: #fe0484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe0484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 4, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 4, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe0484; background: linear-gradient(135deg, #fe0484, #FE2B04);