#f536f1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 54, 241
HSL
301°, 91%, 59%
CMYK
0, 78, 2, 4
Luminance
0.2840
Every format
| HEX | #f536f1 |
| RGB | rgb(245, 54, 241) |
| HSL | hsl(301, 91%, 59%) |
| CMYK | cmyk(0%, 78%, 2%, 4%) |
| LAB | lab(60.3 87.6 -53.3) |
| LCH | lch(60.3 102.5 328.7) |
| OKLCH | oklch(0.696 0.287 329.1) |
Copy-ready code
/* CSS */
color: #f536f1;
background-color: #f536f1;
/* Tailwind (arbitrary) */
class="text-[#f536f1] bg-[#f536f1]"
/* SCSS */
$brand: #f536f1;
/* SwiftUI */
Color(red: 0.961, green: 0.212, blue: 0.945)
/* Android */
Color.parseColor("#f536f1")Accessibility — WCAG contrast
Aa
#f536f1 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f536f1 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green21.2%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow1.6%
Key (black)3.9%
Color previews
#f536f1 text on a black background
contrast 6.68:1
Card sample
#f536f1 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f536f1;
Background color
Panel with #f536f1 background
background-color: #f536f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f536f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 54, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 54, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f536f1; background: linear-gradient(135deg, #f536f1, #F53671);