#f52c97
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 44, 151
HSL
328°, 91%, 57%
CMYK
0, 82, 38, 4
Luminance
0.2345
Every format
| HEX | #f52c97 |
| RGB | rgb(245, 44, 151) |
| HSL | hsl(328, 91%, 57%) |
| CMYK | cmyk(0%, 82%, 38%, 4%) |
| LAB | lab(55.5 78.9 -8.9) |
| LCH | lch(55.5 79.4 353.6) |
| OKLCH | oklch(0.649 0.244 354.7) |
Copy-ready code
/* CSS */
color: #f52c97;
background-color: #f52c97;
/* Tailwind (arbitrary) */
class="text-[#f52c97] bg-[#f52c97]"
/* SCSS */
$brand: #f52c97;
/* SwiftUI */
Color(red: 0.961, green: 0.173, blue: 0.592)
/* Android */
Color.parseColor("#f52c97")Accessibility — WCAG contrast
Aa
#f52c97 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52c97 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green17.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow38.4%
Key (black)3.9%
Color previews
#f52c97 text on a black background
contrast 5.69:1
Card sample
#f52c97 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52c97;
Background color
Panel with #f52c97 background
background-color: #f52c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 44, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 44, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52c97; background: linear-gradient(135deg, #f52c97, #F5472C);