#f58abc
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 138, 188
HSL
332°, 84%, 75%
CMYK
0, 44, 23, 4
Luminance
0.4122
Every format
| HEX | #f58abc |
| RGB | rgb(245, 138, 188) |
| HSL | hsl(332, 84%, 75%) |
| CMYK | cmyk(0%, 44%, 23%, 4%) |
| LAB | lab(70.3 46.6 -8.1) |
| LCH | lch(70.3 47.3 350.2) |
| OKLCH | oklch(0.763 0.141 351.5) |
Copy-ready code
/* CSS */
color: #f58abc;
background-color: #f58abc;
/* Tailwind (arbitrary) */
class="text-[#f58abc] bg-[#f58abc]"
/* SCSS */
$brand: #f58abc;
/* SwiftUI */
Color(red: 0.961, green: 0.541, blue: 0.737)
/* Android */
Color.parseColor("#f58abc")Accessibility — WCAG contrast
Aa
#f58abc on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58abc on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green54.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow23.3%
Key (black)3.9%
Color previews
#f58abc text on a black background
contrast 9.24:1
Card sample
#f58abc text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58abc;
Background color
Panel with #f58abc background
background-color: #f58abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 138, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 138, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58abc; background: linear-gradient(135deg, #f58abc, #F59F8A);