#fd4789
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 71, 137
HSL
338°, 98%, 64%
CMYK
0, 72, 46, 1
Luminance
0.2720
Every format
| HEX | #fd4789 |
| RGB | rgb(253, 71, 137) |
| HSL | hsl(338, 98%, 64%) |
| CMYK | cmyk(0%, 72%, 46%, 1%) |
| LAB | lab(59.2 72.2 4.8) |
| LCH | lch(59.2 72.4 3.8) |
| OKLCH | oklch(0.677 0.221 3.4) |
Copy-ready code
/* CSS */
color: #fd4789;
background-color: #fd4789;
/* Tailwind (arbitrary) */
class="text-[#fd4789] bg-[#fd4789]"
/* SCSS */
$brand: #fd4789;
/* SwiftUI */
Color(red: 0.992, green: 0.278, blue: 0.537)
/* Android */
Color.parseColor("#fd4789")Accessibility — WCAG contrast
Aa
#fd4789 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4789 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.8%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow45.8%
Key (black)0.8%
Color previews
#fd4789 text on a black background
contrast 6.44:1
Card sample
#fd4789 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4789;
Background color
Panel with #fd4789 background
background-color: #fd4789;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4789;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 71, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 71, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4789; background: linear-gradient(135deg, #fd4789, #FD7E47);