#f58cba
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 140, 186
HSL
334°, 84%, 76%
CMYK
0, 43, 24, 4
Luminance
0.4171
Every format
| HEX | #f58cba |
| RGB | rgb(245, 140, 186) |
| HSL | hsl(334, 84%, 76%) |
| CMYK | cmyk(0%, 43%, 24%, 4%) |
| LAB | lab(70.7 45.3 -6.4) |
| LCH | lch(70.7 45.8 351.9) |
| OKLCH | oklch(0.765 0.137 353.1) |
Copy-ready code
/* CSS */
color: #f58cba;
background-color: #f58cba;
/* Tailwind (arbitrary) */
class="text-[#f58cba] bg-[#f58cba]"
/* SCSS */
$brand: #f58cba;
/* SwiftUI */
Color(red: 0.961, green: 0.549, blue: 0.729)
/* Android */
Color.parseColor("#f58cba")Accessibility — WCAG contrast
Aa
#f58cba on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58cba on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green54.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow24.1%
Key (black)3.9%
Color previews
#f58cba text on a black background
contrast 9.34:1
Card sample
#f58cba text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58cba;
Background color
Panel with #f58cba background
background-color: #f58cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 140, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 140, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58cba; background: linear-gradient(135deg, #f58cba, #F5A48C);