#f58cb2
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 140, 178
HSL
338°, 84%, 76%
CMYK
0, 43, 27, 4
Luminance
0.4138
Every format
| HEX | #f58cb2 |
| RGB | rgb(245, 140, 178) |
| HSL | hsl(338, 84%, 76%) |
| CMYK | cmyk(0%, 43%, 27%, 4%) |
| LAB | lab(70.5 44.2 -2.3) |
| LCH | lch(70.5 44.3 357.0) |
| OKLCH | oklch(0.762 0.134 357.6) |
Copy-ready code
/* CSS */
color: #f58cb2;
background-color: #f58cb2;
/* Tailwind (arbitrary) */
class="text-[#f58cb2] bg-[#f58cb2]"
/* SCSS */
$brand: #f58cb2;
/* SwiftUI */
Color(red: 0.961, green: 0.549, blue: 0.698)
/* Android */
Color.parseColor("#f58cb2")Accessibility — WCAG contrast
Aa
#f58cb2 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58cb2 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green54.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow27.3%
Key (black)3.9%
Color previews
#f58cb2 text on a black background
contrast 9.28:1
Card sample
#f58cb2 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58cb2;
Background color
Panel with #f58cb2 background
background-color: #f58cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 140, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 140, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58cb2; background: linear-gradient(135deg, #f58cb2, #F5AC8C);