#f05785
a balanced, electric magenta / pink · warm · closest name: salmon
RGB
240, 87, 133
HSL
342°, 84%, 64%
CMYK
0, 64, 45, 6
Luminance
0.2704
Every format
| HEX | #f05785 |
| RGB | rgb(240, 87, 133) |
| HSL | hsl(342, 84%, 64%) |
| CMYK | cmyk(0%, 64%, 45%, 6%) |
| LAB | lab(59.0 62.2 6.7) |
| LCH | lch(59.0 62.6 6.1) |
| OKLCH | oklch(0.671 0.191 5.4) |
Copy-ready code
/* CSS */
color: #f05785;
background-color: #f05785;
/* Tailwind (arbitrary) */
class="text-[#f05785] bg-[#f05785]"
/* SCSS */
$brand: #f05785;
/* SwiftUI */
Color(red: 0.941, green: 0.341, blue: 0.522)
/* Android */
Color.parseColor("#f05785")Accessibility — WCAG contrast
Aa
#f05785 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f05785 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green34.1%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta63.7%
Yellow44.6%
Key (black)5.9%
Color previews
#f05785 text on a black background
contrast 6.41:1
Card sample
#f05785 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05785;
Background color
Panel with #f05785 background
background-color: #f05785;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05785;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 87, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 87, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05785; background: linear-gradient(135deg, #f05785, #F08F57);