#fd1f97
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 31, 151
HSL
328°, 98%, 56%
CMYK
0, 88, 40, 1
Luminance
0.2410
Every format
| HEX | #fd1f97 |
| RGB | rgb(253, 31, 151) |
| HSL | hsl(328, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 40%, 1%) |
| LAB | lab(56.2 83.1 -7.8) |
| LCH | lch(56.2 83.4 354.7) |
| OKLCH | oklch(0.656 0.257 355.7) |
Copy-ready code
/* CSS */
color: #fd1f97;
background-color: #fd1f97;
/* Tailwind (arbitrary) */
class="text-[#fd1f97] bg-[#fd1f97]"
/* SCSS */
$brand: #fd1f97;
/* SwiftUI */
Color(red: 0.992, green: 0.122, blue: 0.592)
/* Android */
Color.parseColor("#fd1f97")Accessibility — WCAG contrast
Aa
#fd1f97 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1f97 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow40.3%
Key (black)0.8%
Color previews
#fd1f97 text on a black background
contrast 5.82:1
Card sample
#fd1f97 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1f97;
Background color
Panel with #fd1f97 background
background-color: #fd1f97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1f97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 31, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 31, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1f97; background: linear-gradient(135deg, #fd1f97, #FD3B1F);