#f532eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 50, 235
HSL
303°, 91%, 58%
CMYK
0, 80, 4, 4
Luminance
0.2769
Every format
| HEX | #f532eb |
| RGB | rgb(245, 50, 235) |
| HSL | hsl(303, 91%, 58%) |
| CMYK | cmyk(0%, 80%, 4%, 4%) |
| LAB | lab(59.6 87.7 -50.9) |
| LCH | lch(59.6 101.4 329.8) |
| OKLCH | oklch(0.690 0.286 330.5) |
Copy-ready code
/* CSS */
color: #f532eb;
background-color: #f532eb;
/* Tailwind (arbitrary) */
class="text-[#f532eb] bg-[#f532eb]"
/* SCSS */
$brand: #f532eb;
/* SwiftUI */
Color(red: 0.961, green: 0.196, blue: 0.922)
/* Android */
Color.parseColor("#f532eb")Accessibility — WCAG contrast
Aa
#f532eb on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f532eb on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green19.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow4.1%
Key (black)3.9%
Color previews
#f532eb text on a black background
contrast 6.54:1
Card sample
#f532eb text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f532eb;
Background color
Panel with #f532eb background
background-color: #f532eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f532eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 50, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 50, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f532eb; background: linear-gradient(135deg, #f532eb, #F53269);