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