#f52cda
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 44, 218
HSL
308°, 91%, 57%
CMYK
0, 82, 11, 4
Luminance
0.2628
Every format
| HEX | #f52cda |
| RGB | rgb(245, 44, 218) |
| HSL | hsl(308, 91%, 57%) |
| CMYK | cmyk(0%, 82%, 11%, 4%) |
| LAB | lab(58.3 86.6 -43.4) |
| LCH | lch(58.3 96.9 333.4) |
| OKLCH | oklch(0.678 0.280 334.8) |
Copy-ready code
/* CSS */
color: #f52cda;
background-color: #f52cda;
/* Tailwind (arbitrary) */
class="text-[#f52cda] bg-[#f52cda]"
/* SCSS */
$brand: #f52cda;
/* SwiftUI */
Color(red: 0.961, green: 0.173, blue: 0.855)
/* Android */
Color.parseColor("#f52cda")Accessibility — WCAG contrast
Aa
#f52cda on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52cda on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green17.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow11.0%
Key (black)3.9%
Color previews
#f52cda text on a black background
contrast 6.26:1
Card sample
#f52cda text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52cda;
Background color
Panel with #f52cda background
background-color: #f52cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 44, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 44, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52cda; background: linear-gradient(135deg, #f52cda, #F52C54);