#f58acf
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 138, 207
HSL
321°, 84%, 75%
CMYK
0, 44, 16, 4
Luminance
0.4209
Every format
| HEX | #f58acf |
| RGB | rgb(245, 138, 207) |
| HSL | hsl(321, 84%, 75%) |
| CMYK | cmyk(0%, 44%, 16%, 4%) |
| LAB | lab(70.9 49.4 -17.7) |
| LCH | lch(70.9 52.5 340.3) |
| OKLCH | oklch(0.769 0.153 342.1) |
Copy-ready code
/* CSS */
color: #f58acf;
background-color: #f58acf;
/* Tailwind (arbitrary) */
class="text-[#f58acf] bg-[#f58acf]"
/* SCSS */
$brand: #f58acf;
/* SwiftUI */
Color(red: 0.961, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#f58acf")Accessibility — WCAG contrast
Aa
#f58acf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58acf on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green54.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow15.5%
Key (black)3.9%
Color previews
#f58acf text on a black background
contrast 9.42:1
Card sample
#f58acf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58acf;
Background color
Panel with #f58acf background
background-color: #f58acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58acf; background: linear-gradient(135deg, #f58acf, #F58C8A);