#f536f4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 54, 244
HSL
300°, 91%, 59%
CMYK
0, 78, 0, 4
Luminance
0.2858
Every format
| HEX | #f536f4 |
| RGB | rgb(245, 54, 244) |
| HSL | hsl(300, 91%, 59%) |
| CMYK | cmyk(0%, 78%, 0%, 4%) |
| LAB | lab(60.4 88.0 -54.7) |
| LCH | lch(60.4 103.6 328.2) |
| OKLCH | oklch(0.697 0.289 328.4) |
Copy-ready code
/* CSS */
color: #f536f4;
background-color: #f536f4;
/* Tailwind (arbitrary) */
class="text-[#f536f4] bg-[#f536f4]"
/* SCSS */
$brand: #f536f4;
/* SwiftUI */
Color(red: 0.961, green: 0.212, blue: 0.957)
/* Android */
Color.parseColor("#f536f4")Accessibility — WCAG contrast
Aa
#f536f4 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f536f4 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green21.2%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow0.4%
Key (black)3.9%
Color previews
#f536f4 text on a black background
contrast 6.72:1
Card sample
#f536f4 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f536f4;
Background color
Panel with #f536f4 background
background-color: #f536f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f536f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 54, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 54, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f536f4; background: linear-gradient(135deg, #f536f4, #F53675);