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