#f580df
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 128, 223
HSL
311°, 85%, 73%
CMYK
0, 48, 9, 4
Luminance
0.4018
Every format
| HEX | #f580df |
| RGB | rgb(245, 128, 223) |
| HSL | hsl(311, 85%, 73%) |
| CMYK | cmyk(0%, 48%, 9%, 4%) |
| LAB | lab(69.6 56.8 -28.6) |
| LCH | lch(69.6 63.6 333.3) |
| OKLCH | oklch(0.761 0.181 334.7) |
Copy-ready code
/* CSS */
color: #f580df;
background-color: #f580df;
/* Tailwind (arbitrary) */
class="text-[#f580df] bg-[#f580df]"
/* SCSS */
$brand: #f580df;
/* SwiftUI */
Color(red: 0.961, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#f580df")Accessibility — WCAG contrast
Aa
#f580df on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f580df on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green50.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow9.0%
Key (black)3.9%
Color previews
#f580df text on a black background
contrast 9.04:1
Card sample
#f580df text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f580df;
Background color
Panel with #f580df background
background-color: #f580df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f580df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f580df; background: linear-gradient(135deg, #f580df, #F58091);