#f577df
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 119, 223
HSL
311°, 86%, 71%
CMYK
0, 51, 9, 4
Luminance
0.3793
Every format
| HEX | #f577df |
| RGB | rgb(245, 119, 223) |
| HSL | hsl(311, 86%, 71%) |
| CMYK | cmyk(0%, 51%, 9%, 4%) |
| LAB | lab(68.0 61.1 -31.1) |
| LCH | lch(68.0 68.6 333.0) |
| OKLCH | oklch(0.749 0.196 334.4) |
Copy-ready code
/* CSS */
color: #f577df;
background-color: #f577df;
/* Tailwind (arbitrary) */
class="text-[#f577df] bg-[#f577df]"
/* SCSS */
$brand: #f577df;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#f577df")Accessibility — WCAG contrast
Aa
#f577df on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f577df on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow9.0%
Key (black)3.9%
Color previews
#f577df text on a black background
contrast 8.59:1
Card sample
#f577df text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f577df;
Background color
Panel with #f577df background
background-color: #f577df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f577df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f577df; background: linear-gradient(135deg, #f577df, #F5778B);