#f52dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 45, 236
HSL
303°, 91%, 57%
CMYK
0, 82, 4, 4
Luminance
0.2735
Every format
| HEX | #f52dec |
| RGB | rgb(245, 45, 236) |
| HSL | hsl(303, 91%, 57%) |
| CMYK | cmyk(0%, 82%, 4%, 4%) |
| LAB | lab(59.3 88.9 -52.0) |
| LCH | lch(59.3 103.0 329.7) |
| OKLCH | oklch(0.688 0.290 330.3) |
Copy-ready code
/* CSS */
color: #f52dec;
background-color: #f52dec;
/* Tailwind (arbitrary) */
class="text-[#f52dec] bg-[#f52dec]"
/* SCSS */
$brand: #f52dec;
/* SwiftUI */
Color(red: 0.961, green: 0.176, blue: 0.925)
/* Android */
Color.parseColor("#f52dec")Accessibility — WCAG contrast
Aa
#f52dec on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52dec on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green17.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow3.7%
Key (black)3.9%
Color previews
#f52dec text on a black background
contrast 6.47:1
Card sample
#f52dec text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52dec;
Background color
Panel with #f52dec background
background-color: #f52dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 45, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 45, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52dec; background: linear-gradient(135deg, #f52dec, #F52D67);