#f5347d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
245, 52, 125
HSL
337°, 91%, 58%
CMYK
0, 79, 49, 4
Luminance
0.2335
Every format
| HEX | #f5347d |
| RGB | rgb(245, 52, 125) |
| HSL | hsl(337, 91%, 58%) |
| CMYK | cmyk(0%, 79%, 49%, 4%) |
| LAB | lab(55.4 74.7 6.4) |
| LCH | lch(55.4 75.0 4.9) |
| OKLCH | oklch(0.646 0.229 4.3) |
Copy-ready code
/* CSS */
color: #f5347d;
background-color: #f5347d;
/* Tailwind (arbitrary) */
class="text-[#f5347d] bg-[#f5347d]"
/* SCSS */
$brand: #f5347d;
/* SwiftUI */
Color(red: 0.961, green: 0.204, blue: 0.490)
/* Android */
Color.parseColor("#f5347d")Accessibility — WCAG contrast
Aa
#f5347d on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f5347d on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green20.4%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow49.0%
Key (black)3.9%
Color previews
#f5347d text on a black background
contrast 5.67:1
Card sample
#f5347d text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5347d;
Background color
Panel with #f5347d background
background-color: #f5347d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5347d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 52, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 52, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5347d; background: linear-gradient(135deg, #f5347d, #F56C34);