#f532df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 50, 223
HSL
307°, 91%, 58%
CMYK
0, 80, 9, 4
Luminance
0.2702
Every format
| HEX | #f532df |
| RGB | rgb(245, 50, 223) |
| HSL | hsl(307, 91%, 58%) |
| CMYK | cmyk(0%, 80%, 9%, 4%) |
| LAB | lab(59.0 86.0 -45.1) |
| LCH | lch(59.0 97.1 332.3) |
| OKLCH | oklch(0.684 0.278 333.5) |
Copy-ready code
/* CSS */
color: #f532df;
background-color: #f532df;
/* Tailwind (arbitrary) */
class="text-[#f532df] bg-[#f532df]"
/* SCSS */
$brand: #f532df;
/* SwiftUI */
Color(red: 0.961, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#f532df")Accessibility — WCAG contrast
Aa
#f532df on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f532df on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green19.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow9.0%
Key (black)3.9%
Color previews
#f532df text on a black background
contrast 6.40:1
Card sample
#f532df text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f532df;
Background color
Panel with #f532df background
background-color: #f532df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f532df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f532df; background: linear-gradient(135deg, #f532df, #F5325D);