#f537af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 55, 175
HSL
322°, 91%, 59%
CMYK
0, 78, 29, 4
Luminance
0.2524
Every format
| HEX | #f537af |
| RGB | rgb(245, 55, 175) |
| HSL | hsl(322, 91%, 59%) |
| CMYK | cmyk(0%, 78%, 29%, 4%) |
| LAB | lab(57.3 78.7 -20.3) |
| LCH | lch(57.3 81.3 345.5) |
| OKLCH | oklch(0.665 0.246 347.4) |
Copy-ready code
/* CSS */
color: #f537af;
background-color: #f537af;
/* Tailwind (arbitrary) */
class="text-[#f537af] bg-[#f537af]"
/* SCSS */
$brand: #f537af;
/* SwiftUI */
Color(red: 0.961, green: 0.216, blue: 0.686)
/* Android */
Color.parseColor("#f537af")Accessibility — WCAG contrast
Aa
#f537af on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f537af on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green21.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow28.6%
Key (black)3.9%
Color previews
#f537af text on a black background
contrast 6.05:1
Card sample
#f537af text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f537af;
Background color
Panel with #f537af background
background-color: #f537af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f537af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 55, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 55, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f537af; background: linear-gradient(135deg, #f537af, #F53E37);