#FF7583
A light, vivid red closely aligning with Lightcoral.
About #FF7583
Visually, #FF7583 is defined as a vivid red. It is closely associated with the named CSS color Lightcoral. In the RGB color space, it consists of 255 red, 117 green, and 131 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 54% magenta, 49% yellow, and 0% black. The HSL representation is 353.9° hue, 100.0% saturation, and 72.9% 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#FF7583
RGB255, 117, 131
HSL353.9°, 100.0%, 72.9%
CMYK0%, 54%, 49%, 0%
HSV353.9°, 54.1%, 100.0%
LAB66.2, 53.7, 18.3
XYZ51.7, 35.6, 25.6
Decimal16741763
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.12:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF7583;
}
.text-color {
color: #FF7583;
}
.border-color {
border: 2px solid #FF7583;
}