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