#fc577f
a light, electric red · warm · closest name: crimson
RGB
252, 87, 127
HSL
346°, 97%, 67%
CMYK
0, 66, 50, 1
Luminance
0.2904
Every format
| HEX | #fc577f |
| RGB | rgb(252, 87, 127) |
| HSL | hsl(346, 97%, 67%) |
| CMYK | cmyk(0%, 66%, 50%, 1%) |
| LAB | lab(60.8 65.3 13.0) |
| LCH | lch(60.8 66.6 11.3) |
| OKLCH | oklch(0.688 0.201 9.6) |
Copy-ready code
/* CSS */
color: #fc577f;
background-color: #fc577f;
/* Tailwind (arbitrary) */
class="text-[#fc577f] bg-[#fc577f]"
/* SCSS */
$brand: #fc577f;
/* SwiftUI */
Color(red: 0.988, green: 0.341, blue: 0.498)
/* Android */
Color.parseColor("#fc577f")Accessibility — WCAG contrast
Aa
#fc577f on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc577f on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green34.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow49.6%
Key (black)1.2%
Color previews
#fc577f text on a black background
contrast 6.81:1
Card sample
#fc577f text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc577f;
Background color
Panel with #fc577f background
background-color: #fc577f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc577f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 87, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 87, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc577f; background: linear-gradient(135deg, #fc577f, #FC9D57);