#f53d7a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
245, 61, 122
HSL
340°, 90%, 60%
CMYK
0, 75, 50, 4
Luminance
0.2416
Every format
| HEX | #f53d7a |
| RGB | rgb(245, 61, 122) |
| HSL | hsl(340, 90%, 60%) |
| CMYK | cmyk(0%, 75%, 50%, 4%) |
| LAB | lab(56.3 72.0 9.3) |
| LCH | lch(56.3 72.5 7.4) |
| OKLCH | oklch(0.651 0.221 6.3) |
Copy-ready code
/* CSS */
color: #f53d7a;
background-color: #f53d7a;
/* Tailwind (arbitrary) */
class="text-[#f53d7a] bg-[#f53d7a]"
/* SCSS */
$brand: #f53d7a;
/* SwiftUI */
Color(red: 0.961, green: 0.239, blue: 0.478)
/* Android */
Color.parseColor("#f53d7a")Accessibility — WCAG contrast
Aa
#f53d7a on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53d7a on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green23.9%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow50.2%
Key (black)3.9%
Color previews
#f53d7a text on a black background
contrast 5.83:1
Card sample
#f53d7a text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53d7a;
Background color
Panel with #f53d7a background
background-color: #f53d7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53d7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 61, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 61, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53d7a; background: linear-gradient(135deg, #f53d7a, #F57B3D);