#f58fba
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 143, 186
HSL
335°, 84%, 76%
CMYK
0, 42, 24, 4
Luminance
0.4260
Every format
| HEX | #f58fba |
| RGB | rgb(245, 143, 186) |
| HSL | hsl(335, 84%, 76%) |
| CMYK | cmyk(0%, 42%, 24%, 4%) |
| LAB | lab(71.3 43.8 -5.5) |
| LCH | lch(71.3 44.1 352.8) |
| OKLCH | oklch(0.770 0.132 353.9) |
Copy-ready code
/* CSS */
color: #f58fba;
background-color: #f58fba;
/* Tailwind (arbitrary) */
class="text-[#f58fba] bg-[#f58fba]"
/* SCSS */
$brand: #f58fba;
/* SwiftUI */
Color(red: 0.961, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#f58fba")Accessibility — WCAG contrast
Aa
#f58fba on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58fba on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green56.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow24.1%
Key (black)3.9%
Color previews
#f58fba text on a black background
contrast 9.52:1
Card sample
#f58fba text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58fba;
Background color
Panel with #f58fba background
background-color: #f58fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58fba; background: linear-gradient(135deg, #f58fba, #F5A88F);