#f52cfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 44, 253
HSL
298°, 98%, 58%
CMYK
3, 83, 0, 1
Luminance
0.2831
Every format
| HEX | #f52cfd |
| RGB | rgb(245, 44, 253) |
| HSL | hsl(298, 98%, 58%) |
| CMYK | cmyk(3%, 83%, 0%, 1%) |
| LAB | lab(60.2 91.6 -60.1) |
| LCH | lch(60.2 109.5 326.7) |
| OKLCH | oklch(0.697 0.302 326.4) |
Copy-ready code
/* CSS */
color: #f52cfd;
background-color: #f52cfd;
/* Tailwind (arbitrary) */
class="text-[#f52cfd] bg-[#f52cfd]"
/* SCSS */
$brand: #f52cfd;
/* SwiftUI */
Color(red: 0.961, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#f52cfd")Accessibility — WCAG contrast
Aa
#f52cfd on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52cfd on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green17.3%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f52cfd text on a black background
contrast 6.66:1
Card sample
#f52cfd text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52cfd;
Background color
Panel with #f52cfd background
background-color: #f52cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52cfd; background: linear-gradient(135deg, #f52cfd, #FD2C7A);