#f536df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 54, 223
HSL
307°, 91%, 59%
CMYK
0, 78, 9, 4
Luminance
0.2738
Every format
| HEX | #f536df |
| RGB | rgb(245, 54, 223) |
| HSL | hsl(307, 91%, 59%) |
| CMYK | cmyk(0%, 78%, 9%, 4%) |
| LAB | lab(59.3 85.0 -44.6) |
| LCH | lch(59.3 96.0 332.3) |
| OKLCH | oklch(0.686 0.275 333.6) |
Copy-ready code
/* CSS */
color: #f536df;
background-color: #f536df;
/* Tailwind (arbitrary) */
class="text-[#f536df] bg-[#f536df]"
/* SCSS */
$brand: #f536df;
/* SwiftUI */
Color(red: 0.961, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#f536df")Accessibility — WCAG contrast
Aa
#f536df on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f536df on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green21.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow9.0%
Key (black)3.9%
Color previews
#f536df text on a black background
contrast 6.48:1
Card sample
#f536df text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f536df;
Background color
Panel with #f536df background
background-color: #f536df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f536df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f536df; background: linear-gradient(135deg, #f536df, #F53660);