#f577fd
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 119, 253
HSL
296°, 97%, 73%
CMYK
3, 53, 0, 1
Luminance
0.3970
Every format
| HEX | #f577fd |
| RGB | rgb(245, 119, 253) |
| HSL | hsl(296, 97%, 73%) |
| CMYK | cmyk(3%, 53%, 0%, 1%) |
| LAB | lab(69.3 66.1 -45.6) |
| LCH | lch(69.3 80.3 325.4) |
| OKLCH | oklch(0.763 0.220 325.2) |
Copy-ready code
/* CSS */
color: #f577fd;
background-color: #f577fd;
/* Tailwind (arbitrary) */
class="text-[#f577fd] bg-[#f577fd]"
/* SCSS */
$brand: #f577fd;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#f577fd")Accessibility — WCAG contrast
Aa
#f577fd on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f577fd on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f577fd text on a black background
contrast 8.94:1
Card sample
#f577fd text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f577fd;
Background color
Panel with #f577fd background
background-color: #f577fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f577fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f577fd; background: linear-gradient(135deg, #f577fd, #FD77AC);