#FF577C
A light, vivid red closely aligning with Indianred.
About #FF577C
The precise color #FF577C is an excellent choice for modern design projects. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(255, 87, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 66% M, 51% Y, and 0% K. The HSL representation is 346.8° hue, 100.0% saturation, and 67.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF577C
RGB255, 87, 124
HSL346.8°, 100.0%, 67.1%
CMYK0%, 66%, 51%, 0%
HSV346.8°, 65.9%, 100.0%
LAB61.2, 66.0, 15.4
XYZ48.3, 29.5, 22.2
Decimal16734076
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.91:1
Text on #000000
AA
2.91:1
Text on #F8FAFC
FAIL
5.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF577C;
}
.text-color {
color: #FF577C;
}
.border-color {
border: 2px solid #FF577C;
}