#fd4591
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 69, 145
HSL
335°, 98%, 63%
CMYK
0, 73, 43, 1
Luminance
0.2718
Every format
| HEX | #fd4591 |
| RGB | rgb(253, 69, 145) |
| HSL | hsl(335, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 43%, 1%) |
| LAB | lab(59.1 73.6 0.1) |
| LCH | lch(59.1 73.6 0.1) |
| OKLCH | oklch(0.677 0.226 0.3) |
Copy-ready code
/* CSS */
color: #fd4591;
background-color: #fd4591;
/* Tailwind (arbitrary) */
class="text-[#fd4591] bg-[#fd4591]"
/* SCSS */
$brand: #fd4591;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.569)
/* Android */
Color.parseColor("#fd4591")Accessibility — WCAG contrast
Aa
#fd4591 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4591 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow42.7%
Key (black)0.8%
Color previews
#fd4591 text on a black background
contrast 6.44:1
Card sample
#fd4591 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4591;
Background color
Panel with #fd4591 background
background-color: #fd4591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4591; background: linear-gradient(135deg, #fd4591, #FD7345);