#f587df
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 135, 223
HSL
312°, 85%, 75%
CMYK
0, 45, 9, 4
Luminance
0.4207
Every format
| HEX | #f587df |
| RGB | rgb(245, 135, 223) |
| HSL | hsl(312, 85%, 75%) |
| CMYK | cmyk(0%, 45%, 9%, 4%) |
| LAB | lab(70.9 53.4 -26.6) |
| LCH | lch(70.9 59.6 333.5) |
| OKLCH | oklch(0.771 0.170 335.0) |
Copy-ready code
/* CSS */
color: #f587df;
background-color: #f587df;
/* Tailwind (arbitrary) */
class="text-[#f587df] bg-[#f587df]"
/* SCSS */
$brand: #f587df;
/* SwiftUI */
Color(red: 0.961, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#f587df")Accessibility — WCAG contrast
Aa
#f587df on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f587df on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta44.9%
Yellow9.0%
Key (black)3.9%
Color previews
#f587df text on a black background
contrast 9.41:1
Card sample
#f587df text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f587df;
Background color
Panel with #f587df background
background-color: #f587df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f587df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f587df; background: linear-gradient(135deg, #f587df, #F58796);