#f58cd2
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 140, 210
HSL
320°, 84%, 76%
CMYK
0, 43, 14, 4
Luminance
0.4282
Every format
| HEX | #f58cd2 |
| RGB | rgb(245, 140, 210) |
| HSL | hsl(320, 84%, 76%) |
| CMYK | cmyk(0%, 43%, 14%, 4%) |
| LAB | lab(71.4 48.8 -18.6) |
| LCH | lch(71.4 52.3 339.1) |
| OKLCH | oklch(0.773 0.152 340.9) |
Copy-ready code
/* CSS */
color: #f58cd2;
background-color: #f58cd2;
/* Tailwind (arbitrary) */
class="text-[#f58cd2] bg-[#f58cd2]"
/* SCSS */
$brand: #f58cd2;
/* SwiftUI */
Color(red: 0.961, green: 0.549, blue: 0.824)
/* Android */
Color.parseColor("#f58cd2")Accessibility — WCAG contrast
Aa
#f58cd2 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58cd2 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green54.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow14.3%
Key (black)3.9%
Color previews
#f58cd2 text on a black background
contrast 9.56:1
Card sample
#f58cd2 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58cd2;
Background color
Panel with #f58cd2 background
background-color: #f58cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 140, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 140, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58cd2; background: linear-gradient(135deg, #f58cd2, #F58C8C);