#f5309c
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 48, 156
HSL
327°, 91%, 58%
CMYK
0, 80, 36, 4
Luminance
0.2393
Every format
| HEX | #f5309c |
| RGB | rgb(245, 48, 156) |
| HSL | hsl(327, 91%, 58%) |
| CMYK | cmyk(0%, 80%, 36%, 4%) |
| LAB | lab(56.0 78.5 -11.1) |
| LCH | lch(56.0 79.2 351.9) |
| OKLCH | oklch(0.653 0.243 353.3) |
Copy-ready code
/* CSS */
color: #f5309c;
background-color: #f5309c;
/* Tailwind (arbitrary) */
class="text-[#f5309c] bg-[#f5309c]"
/* SCSS */
$brand: #f5309c;
/* SwiftUI */
Color(red: 0.961, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#f5309c")Accessibility — WCAG contrast
Aa
#f5309c on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f5309c on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green18.8%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow36.3%
Key (black)3.9%
Color previews
#f5309c text on a black background
contrast 5.79:1
Card sample
#f5309c text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5309c;
Background color
Panel with #f5309c background
background-color: #f5309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5309c; background: linear-gradient(135deg, #f5309c, #F54830);