#f58cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 140, 223
HSL
313°, 84%, 76%
CMYK
0, 43, 9, 4
Luminance
0.4350
Every format
| HEX | #f58cdf |
| RGB | rgb(245, 140, 223) |
| HSL | hsl(313, 84%, 76%) |
| CMYK | cmyk(0%, 43%, 9%, 4%) |
| LAB | lab(71.9 50.9 -25.1) |
| LCH | lch(71.9 56.8 333.8) |
| OKLCH | oklch(0.778 0.162 335.3) |
Copy-ready code
/* CSS */
color: #f58cdf;
background-color: #f58cdf;
/* Tailwind (arbitrary) */
class="text-[#f58cdf] bg-[#f58cdf]"
/* SCSS */
$brand: #f58cdf;
/* SwiftUI */
Color(red: 0.961, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#f58cdf")Accessibility — WCAG contrast
Aa
#f58cdf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58cdf on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow9.0%
Key (black)3.9%
Color previews
#f58cdf text on a black background
contrast 9.70:1
Card sample
#f58cdf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58cdf;
Background color
Panel with #f58cdf background
background-color: #f58cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58cdf; background: linear-gradient(135deg, #f58cdf, #F58C99);