#f577ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 119, 186
HSL
328°, 86%, 71%
CMYK
0, 51, 24, 4
Luminance
0.3615
Every format
| HEX | #f577ba |
| RGB | rgb(245, 119, 186) |
| HSL | hsl(328, 86%, 71%) |
| CMYK | cmyk(0%, 51%, 24%, 4%) |
| LAB | lab(66.6 55.6 -12.5) |
| LCH | lch(66.6 57.0 347.4) |
| OKLCH | oklch(0.735 0.171 349.0) |
Copy-ready code
/* CSS */
color: #f577ba;
background-color: #f577ba;
/* Tailwind (arbitrary) */
class="text-[#f577ba] bg-[#f577ba]"
/* SCSS */
$brand: #f577ba;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.729)
/* Android */
Color.parseColor("#f577ba")Accessibility — WCAG contrast
Aa
#f577ba on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f577ba on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow24.1%
Key (black)3.9%
Color previews
#f577ba text on a black background
contrast 8.23:1
Card sample
#f577ba text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f577ba;
Background color
Panel with #f577ba background
background-color: #f577ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f577ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f577ba; background: linear-gradient(135deg, #f577ba, #F58877);