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