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