#f577cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 119, 205
HSL
319°, 86%, 71%
CMYK
0, 51, 16, 4
Luminance
0.3701
Every format
| HEX | #f577cd |
| RGB | rgb(245, 119, 205) |
| HSL | hsl(319, 86%, 71%) |
| CMYK | cmyk(0%, 51%, 16%, 4%) |
| LAB | lab(67.3 58.3 -22.1) |
| LCH | lch(67.3 62.4 339.2) |
| OKLCH | oklch(0.742 0.182 341.1) |
Copy-ready code
/* CSS */
color: #f577cd;
background-color: #f577cd;
/* Tailwind (arbitrary) */
class="text-[#f577cd] bg-[#f577cd]"
/* SCSS */
$brand: #f577cd;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.804)
/* Android */
Color.parseColor("#f577cd")Accessibility — WCAG contrast
Aa
#f577cd on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f577cd on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow16.3%
Key (black)3.9%
Color previews
#f577cd text on a black background
contrast 8.40:1
Card sample
#f577cd text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f577cd;
Background color
Panel with #f577cd background
background-color: #f577cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f577cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f577cd; background: linear-gradient(135deg, #f577cd, #F57779);