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