#f539fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 57, 253
HSL
298°, 98%, 61%
CMYK
3, 78, 0, 1
Luminance
0.2943
Every format
| HEX | #f539fd |
| RGB | rgb(245, 57, 253) |
| HSL | hsl(298, 98%, 61%) |
| CMYK | cmyk(3%, 78%, 0%, 1%) |
| LAB | lab(61.2 88.7 -58.5) |
| LCH | lch(61.2 106.2 326.6) |
| OKLCH | oklch(0.704 0.293 326.3) |
Copy-ready code
/* CSS */
color: #f539fd;
background-color: #f539fd;
/* Tailwind (arbitrary) */
class="text-[#f539fd] bg-[#f539fd]"
/* SCSS */
$brand: #f539fd;
/* SwiftUI */
Color(red: 0.961, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#f539fd")Accessibility — WCAG contrast
Aa
#f539fd on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f539fd on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green22.4%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f539fd text on a black background
contrast 6.89:1
Card sample
#f539fd text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f539fd;
Background color
Panel with #f539fd background
background-color: #f539fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f539fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f539fd; background: linear-gradient(135deg, #f539fd, #FD3982);