#f587cd
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 135, 205
HSL
322°, 85%, 75%
CMYK
0, 45, 16, 4
Luminance
0.4115
Every format
| HEX | #f587cd |
| RGB | rgb(245, 135, 205) |
| HSL | hsl(322, 85%, 75%) |
| CMYK | cmyk(0%, 45%, 16%, 4%) |
| LAB | lab(70.3 50.6 -17.6) |
| LCH | lch(70.3 53.5 340.8) |
| OKLCH | oklch(0.764 0.157 342.6) |
Copy-ready code
/* CSS */
color: #f587cd;
background-color: #f587cd;
/* Tailwind (arbitrary) */
class="text-[#f587cd] bg-[#f587cd]"
/* SCSS */
$brand: #f587cd;
/* SwiftUI */
Color(red: 0.961, green: 0.529, blue: 0.804)
/* Android */
Color.parseColor("#f587cd")Accessibility — WCAG contrast
Aa
#f587cd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f587cd on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta44.9%
Yellow16.3%
Key (black)3.9%
Color previews
#f587cd text on a black background
contrast 9.23:1
Card sample
#f587cd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f587cd;
Background color
Panel with #f587cd background
background-color: #f587cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f587cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 135, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 135, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f587cd; background: linear-gradient(135deg, #f587cd, #F58A87);