#f577cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 119, 203
HSL
320°, 86%, 71%
CMYK
0, 51, 17, 4
Luminance
0.3692
Every format
| HEX | #f577cb |
| RGB | rgb(245, 119, 203) |
| HSL | hsl(320, 86%, 71%) |
| CMYK | cmyk(0%, 51%, 17%, 4%) |
| LAB | lab(67.2 58.0 -21.1) |
| LCH | lch(67.2 61.8 340.0) |
| OKLCH | oklch(0.741 0.181 341.8) |
Copy-ready code
/* CSS */
color: #f577cb;
background-color: #f577cb;
/* Tailwind (arbitrary) */
class="text-[#f577cb] bg-[#f577cb]"
/* SCSS */
$brand: #f577cb;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.796)
/* Android */
Color.parseColor("#f577cb")Accessibility — WCAG contrast
Aa
#f577cb on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f577cb on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow17.1%
Key (black)3.9%
Color previews
#f577cb text on a black background
contrast 8.38:1
Card sample
#f577cb text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f577cb;
Background color
Panel with #f577cb background
background-color: #f577cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f577cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f577cb; background: linear-gradient(135deg, #f577cb, #F57777);