#fd1f7f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 31, 127
HSL
334°, 98%, 56%
CMYK
0, 88, 50, 1
Luminance
0.2339
Every format
| HEX | #fd1f7f |
| RGB | rgb(253, 31, 127) |
| HSL | hsl(334, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 50%, 1%) |
| LAB | lab(55.5 81.1 5.5) |
| LCH | lch(55.5 81.3 3.9) |
| OKLCH | oklch(0.649 0.249 3.4) |
Copy-ready code
/* CSS */
color: #fd1f7f;
background-color: #fd1f7f;
/* Tailwind (arbitrary) */
class="text-[#fd1f7f] bg-[#fd1f7f]"
/* SCSS */
$brand: #fd1f7f;
/* SwiftUI */
Color(red: 0.992, green: 0.122, blue: 0.498)
/* Android */
Color.parseColor("#fd1f7f")Accessibility — WCAG contrast
Aa
#fd1f7f on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1f7f on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow49.8%
Key (black)0.8%
Color previews
#fd1f7f text on a black background
contrast 5.68:1
Card sample
#fd1f7f text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1f7f;
Background color
Panel with #fd1f7f background
background-color: #fd1f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 31, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 31, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1f7f; background: linear-gradient(135deg, #fd1f7f, #FD531F);