#f58fd7
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 143, 215
HSL
318°, 84%, 76%
CMYK
0, 42, 12, 4
Luminance
0.4396
Every format
| HEX | #f58fd7 |
| RGB | rgb(245, 143, 215) |
| HSL | hsl(318, 84%, 76%) |
| CMYK | cmyk(0%, 42%, 12%, 4%) |
| LAB | lab(72.2 48.1 -20.2) |
| LCH | lch(72.2 52.2 337.2) |
| OKLCH | oklch(0.780 0.150 338.9) |
Copy-ready code
/* CSS */
color: #f58fd7;
background-color: #f58fd7;
/* Tailwind (arbitrary) */
class="text-[#f58fd7] bg-[#f58fd7]"
/* SCSS */
$brand: #f58fd7;
/* SwiftUI */
Color(red: 0.961, green: 0.561, blue: 0.843)
/* Android */
Color.parseColor("#f58fd7")Accessibility — WCAG contrast
Aa
#f58fd7 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58fd7 on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green56.1%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow12.2%
Key (black)3.9%
Color previews
#f58fd7 text on a black background
contrast 9.79:1
Card sample
#f58fd7 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58fd7;
Background color
Panel with #f58fd7 background
background-color: #f58fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 143, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 143, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58fd7; background: linear-gradient(135deg, #f58fd7, #F58F93);