#f52cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 44, 223
HSL
307°, 91%, 57%
CMYK
0, 82, 9, 4
Luminance
0.2654
Every format
| HEX | #f52cdf |
| RGB | rgb(245, 44, 223) |
| HSL | hsl(307, 91%, 57%) |
| CMYK | cmyk(0%, 82%, 9%, 4%) |
| LAB | lab(58.5 87.3 -45.9) |
| LCH | lch(58.5 98.6 332.3) |
| OKLCH | oklch(0.680 0.283 333.5) |
Copy-ready code
/* CSS */
color: #f52cdf;
background-color: #f52cdf;
/* Tailwind (arbitrary) */
class="text-[#f52cdf] bg-[#f52cdf]"
/* SCSS */
$brand: #f52cdf;
/* SwiftUI */
Color(red: 0.961, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#f52cdf")Accessibility — WCAG contrast
Aa
#f52cdf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52cdf on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green17.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow9.0%
Key (black)3.9%
Color previews
#f52cdf text on a black background
contrast 6.31:1
Card sample
#f52cdf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52cdf;
Background color
Panel with #f52cdf background
background-color: #f52cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52cdf; background: linear-gradient(135deg, #f52cdf, #F52C59);