#f53afe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 58, 254
HSL
297°, 99%, 61%
CMYK
4, 77, 0, 0
Luminance
0.2959
Every format
| HEX | #f53afe |
| RGB | rgb(245, 58, 254) |
| HSL | hsl(297, 99%, 61%) |
| CMYK | cmyk(4%, 77%, 0%, 0%) |
| LAB | lab(61.3 88.6 -58.8) |
| LCH | lch(61.3 106.3 326.4) |
| OKLCH | oklch(0.705 0.293 326.0) |
Copy-ready code
/* CSS */
color: #f53afe;
background-color: #f53afe;
/* Tailwind (arbitrary) */
class="text-[#f53afe] bg-[#f53afe]"
/* SCSS */
$brand: #f53afe;
/* SwiftUI */
Color(red: 0.961, green: 0.227, blue: 0.996)
/* Android */
Color.parseColor("#f53afe")Accessibility — WCAG contrast
Aa
#f53afe on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53afe on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green22.7%
Blue99.6%
CMYK percentages
Cyan3.5%
Magenta77.2%
Yellow0.0%
Key (black)0.4%
Color previews
#f53afe text on a black background
contrast 6.92:1
Card sample
#f53afe text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53afe;
Background color
Panel with #f53afe background
background-color: #f53afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 58, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 58, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53afe; background: linear-gradient(135deg, #f53afe, #FE3A85);