#f52fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 47, 226
HSL
306°, 91%, 57%
CMYK
0, 81, 8, 4
Luminance
0.2694
Every format
| HEX | #f52fe2 |
| RGB | rgb(245, 47, 226) |
| HSL | hsl(306, 91%, 57%) |
| CMYK | cmyk(0%, 81%, 8%, 4%) |
| LAB | lab(58.9 87.1 -47.0) |
| LCH | lch(58.9 98.9 331.7) |
| OKLCH | oklch(0.684 0.282 332.8) |
Copy-ready code
/* CSS */
color: #f52fe2;
background-color: #f52fe2;
/* Tailwind (arbitrary) */
class="text-[#f52fe2] bg-[#f52fe2]"
/* SCSS */
$brand: #f52fe2;
/* SwiftUI */
Color(red: 0.961, green: 0.184, blue: 0.886)
/* Android */
Color.parseColor("#f52fe2")Accessibility — WCAG contrast
Aa
#f52fe2 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52fe2 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green18.4%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta80.8%
Yellow7.8%
Key (black)3.9%
Color previews
#f52fe2 text on a black background
contrast 6.39:1
Card sample
#f52fe2 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52fe2;
Background color
Panel with #f52fe2 background
background-color: #f52fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 47, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 47, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52fe2; background: linear-gradient(135deg, #f52fe2, #F52F5E);