#f52fd7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 47, 215
HSL
309°, 91%, 57%
CMYK
0, 81, 12, 4
Luminance
0.2635
Every format
| HEX | #f52fd7 |
| RGB | rgb(245, 47, 215) |
| HSL | hsl(309, 91%, 57%) |
| CMYK | cmyk(0%, 81%, 12%, 4%) |
| LAB | lab(58.4 85.6 -41.6) |
| LCH | lch(58.4 95.1 334.1) |
| OKLCH | oklch(0.678 0.276 335.6) |
Copy-ready code
/* CSS */
color: #f52fd7;
background-color: #f52fd7;
/* Tailwind (arbitrary) */
class="text-[#f52fd7] bg-[#f52fd7]"
/* SCSS */
$brand: #f52fd7;
/* SwiftUI */
Color(red: 0.961, green: 0.184, blue: 0.843)
/* Android */
Color.parseColor("#f52fd7")Accessibility — WCAG contrast
Aa
#f52fd7 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52fd7 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green18.4%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta80.8%
Yellow12.2%
Key (black)3.9%
Color previews
#f52fd7 text on a black background
contrast 6.27:1
Card sample
#f52fd7 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52fd7;
Background color
Panel with #f52fd7 background
background-color: #f52fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 47, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 47, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52fd7; background: linear-gradient(135deg, #f52fd7, #F52F53);