#f52bc9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 43, 201
HSL
313°, 91%, 57%
CMYK
0, 82, 18, 4
Luminance
0.2536
Every format
| HEX | #f52bc9 |
| RGB | rgb(245, 43, 201) |
| HSL | hsl(313, 91%, 57%) |
| CMYK | cmyk(0%, 82%, 18%, 4%) |
| LAB | lab(57.4 84.6 -35.1) |
| LCH | lch(57.4 91.6 337.5) |
| OKLCH | oklch(0.669 0.270 339.3) |
Copy-ready code
/* CSS */
color: #f52bc9;
background-color: #f52bc9;
/* Tailwind (arbitrary) */
class="text-[#f52bc9] bg-[#f52bc9]"
/* SCSS */
$brand: #f52bc9;
/* SwiftUI */
Color(red: 0.961, green: 0.169, blue: 0.788)
/* Android */
Color.parseColor("#f52bc9")Accessibility — WCAG contrast
Aa
#f52bc9 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52bc9 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green16.9%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow18.0%
Key (black)3.9%
Color previews
#f52bc9 text on a black background
contrast 6.07:1
Card sample
#f52bc9 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52bc9;
Background color
Panel with #f52bc9 background
background-color: #f52bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 43, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 43, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52bc9; background: linear-gradient(135deg, #f52bc9, #F52B42);