#f58fc5
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 143, 197
HSL
328°, 84%, 76%
CMYK
0, 42, 20, 4
Luminance
0.4309
Every format
| HEX | #f58fc5 |
| RGB | rgb(245, 143, 197) |
| HSL | hsl(328, 84%, 76%) |
| CMYK | cmyk(0%, 42%, 20%, 4%) |
| LAB | lab(71.6 45.4 -11.2) |
| LCH | lch(71.6 46.7 346.2) |
| OKLCH | oklch(0.773 0.138 347.8) |
Copy-ready code
/* CSS */
color: #f58fc5;
background-color: #f58fc5;
/* Tailwind (arbitrary) */
class="text-[#f58fc5] bg-[#f58fc5]"
/* SCSS */
$brand: #f58fc5;
/* SwiftUI */
Color(red: 0.961, green: 0.561, blue: 0.773)
/* Android */
Color.parseColor("#f58fc5")Accessibility — WCAG contrast
Aa
#f58fc5 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58fc5 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green56.1%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow19.6%
Key (black)3.9%
Color previews
#f58fc5 text on a black background
contrast 9.62:1
Card sample
#f58fc5 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58fc5;
Background color
Panel with #f58fc5 background
background-color: #f58fc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58fc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 143, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 143, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58fc5; background: linear-gradient(135deg, #f58fc5, #F59D8F);