#f577ab
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 119, 171
HSL
335°, 86%, 71%
CMYK
0, 51, 30, 4
Luminance
0.3555
Every format
| HEX | #f577ab |
| RGB | rgb(245, 119, 171) |
| HSL | hsl(335, 86%, 71%) |
| CMYK | cmyk(0%, 51%, 30%, 4%) |
| LAB | lab(66.2 53.7 -4.7) |
| LCH | lch(66.2 53.9 355.0) |
| OKLCH | oklch(0.730 0.163 355.9) |
Copy-ready code
/* CSS */
color: #f577ab;
background-color: #f577ab;
/* Tailwind (arbitrary) */
class="text-[#f577ab] bg-[#f577ab]"
/* SCSS */
$brand: #f577ab;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.671)
/* Android */
Color.parseColor("#f577ab")Accessibility — WCAG contrast
Aa
#f577ab on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f577ab on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow30.2%
Key (black)3.9%
Color previews
#f577ab text on a black background
contrast 8.11:1
Card sample
#f577ab text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f577ab;
Background color
Panel with #f577ab background
background-color: #f577ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f577ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f577ab; background: linear-gradient(135deg, #f577ab, #F59777);