#f53aff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 58, 255
HSL
297°, 100%, 61%
CMYK
4, 77, 0, 0
Luminance
0.2966
Every format
| HEX | #f53aff |
| RGB | rgb(245, 58, 255) |
| HSL | hsl(297, 100%, 61%) |
| CMYK | cmyk(4%, 77%, 0%, 0%) |
| LAB | lab(61.4 88.7 -59.3) |
| LCH | lch(61.4 106.7 326.3) |
| OKLCH | oklch(0.706 0.294 325.8) |
Copy-ready code
/* CSS */
color: #f53aff;
background-color: #f53aff;
/* Tailwind (arbitrary) */
class="text-[#f53aff] bg-[#f53aff]"
/* SCSS */
$brand: #f53aff;
/* SwiftUI */
Color(red: 0.961, green: 0.227, blue: 1.000)
/* Android */
Color.parseColor("#f53aff")Accessibility — WCAG contrast
Aa
#f53aff on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53aff on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green22.7%
Blue100.0%
CMYK percentages
Cyan3.9%
Magenta77.3%
Yellow0.0%
Key (black)0.0%
Color previews
#f53aff text on a black background
contrast 6.93:1
Card sample
#f53aff text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53aff;
Background color
Panel with #f53aff background
background-color: #f53aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 58, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 58, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53aff; background: linear-gradient(135deg, #f53aff, #FF3A86);