#f587af
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 135, 175
HSL
338°, 85%, 75%
CMYK
0, 45, 29, 4
Luminance
0.3984
Every format
| HEX | #f587af |
| RGB | rgb(245, 135, 175) |
| HSL | hsl(338, 85%, 75%) |
| CMYK | cmyk(0%, 45%, 29%, 4%) |
| LAB | lab(69.4 46.4 -2.2) |
| LCH | lch(69.4 46.4 357.2) |
| OKLCH | oklch(0.754 0.140 357.8) |
Copy-ready code
/* CSS */
color: #f587af;
background-color: #f587af;
/* Tailwind (arbitrary) */
class="text-[#f587af] bg-[#f587af]"
/* SCSS */
$brand: #f587af;
/* SwiftUI */
Color(red: 0.961, green: 0.529, blue: 0.686)
/* Android */
Color.parseColor("#f587af")Accessibility — WCAG contrast
Aa
#f587af on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f587af on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta44.9%
Yellow28.6%
Key (black)3.9%
Color previews
#f587af text on a black background
contrast 8.97:1
Card sample
#f587af text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f587af;
Background color
Panel with #f587af background
background-color: #f587af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f587af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 135, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 135, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f587af; background: linear-gradient(135deg, #f587af, #F5A887);