#f52fd3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 47, 211
HSL
310°, 91%, 57%
CMYK
0, 81, 14, 4
Luminance
0.2615
Every format
| HEX | #f52fd3 |
| RGB | rgb(245, 47, 211) |
| HSL | hsl(310, 91%, 57%) |
| CMYK | cmyk(0%, 81%, 14%, 4%) |
| LAB | lab(58.2 85.0 -39.6) |
| LCH | lch(58.2 93.8 335.0) |
| OKLCH | oklch(0.676 0.273 336.7) |
Copy-ready code
/* CSS */
color: #f52fd3;
background-color: #f52fd3;
/* Tailwind (arbitrary) */
class="text-[#f52fd3] bg-[#f52fd3]"
/* SCSS */
$brand: #f52fd3;
/* SwiftUI */
Color(red: 0.961, green: 0.184, blue: 0.827)
/* Android */
Color.parseColor("#f52fd3")Accessibility — WCAG contrast
Aa
#f52fd3 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52fd3 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green18.4%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta80.8%
Yellow13.9%
Key (black)3.9%
Color previews
#f52fd3 text on a black background
contrast 6.23:1
Card sample
#f52fd3 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52fd3;
Background color
Panel with #f52fd3 background
background-color: #f52fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 47, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 47, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52fd3; background: linear-gradient(135deg, #f52fd3, #F52F4F);