#f586b8
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 134, 184
HSL
333°, 85%, 74%
CMYK
0, 45, 25, 4
Luminance
0.3992
Every format
| HEX | #f586b8 |
| RGB | rgb(245, 134, 184) |
| HSL | hsl(333, 85%, 74%) |
| CMYK | cmyk(0%, 45%, 25%, 4%) |
| LAB | lab(69.4 48.1 -7.2) |
| LCH | lch(69.4 48.6 351.5) |
| OKLCH | oklch(0.755 0.146 352.7) |
Copy-ready code
/* CSS */
color: #f586b8;
background-color: #f586b8;
/* Tailwind (arbitrary) */
class="text-[#f586b8] bg-[#f586b8]"
/* SCSS */
$brand: #f586b8;
/* SwiftUI */
Color(red: 0.961, green: 0.525, blue: 0.722)
/* Android */
Color.parseColor("#f586b8")Accessibility — WCAG contrast
Aa
#f586b8 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f586b8 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow24.9%
Key (black)3.9%
Color previews
#f586b8 text on a black background
contrast 8.98:1
Card sample
#f586b8 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f586b8;
Background color
Panel with #f586b8 background
background-color: #f586b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f586b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 134, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 134, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f586b8; background: linear-gradient(135deg, #f586b8, #F59E86);