#f577d6
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 119, 214
HSL
315°, 86%, 71%
CMYK
0, 51, 13, 4
Luminance
0.3746
Every format
| HEX | #f577d6 |
| RGB | rgb(245, 119, 214) |
| HSL | hsl(315, 86%, 71%) |
| CMYK | cmyk(0%, 51%, 13%, 4%) |
| LAB | lab(67.6 59.7 -26.7) |
| LCH | lch(67.6 65.4 335.9) |
| OKLCH | oklch(0.745 0.189 337.6) |
Copy-ready code
/* CSS */
color: #f577d6;
background-color: #f577d6;
/* Tailwind (arbitrary) */
class="text-[#f577d6] bg-[#f577d6]"
/* SCSS */
$brand: #f577d6;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.839)
/* Android */
Color.parseColor("#f577d6")Accessibility — WCAG contrast
Aa
#f577d6 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f577d6 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow12.7%
Key (black)3.9%
Color previews
#f577d6 text on a black background
contrast 8.49:1
Card sample
#f577d6 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f577d6;
Background color
Panel with #f577d6 background
background-color: #f577d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f577d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f577d6; background: linear-gradient(135deg, #f577d6, #F57782);