#FF7C83
A light, vivid red closely aligning with Lightcoral.
About #FF7C83
The precise color #FF7C83 is an excellent choice for modern design projects. Its closest recognized web color is Lightcoral. In the RGB color space, it consists of 255 red, 124 green, and 131 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 51% magenta, 49% yellow, and 0% black. With a hue angle of 356.8 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. 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#FF7C83
RGB255, 124, 131
HSL356.8°, 100.0%, 74.3%
CMYK0%, 51%, 49%, 0%
HSV356.8°, 51.4%, 100.0%
LAB67.5, 50.4, 20.1
XYZ52.5, 37.3, 25.9
Decimal16743555
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.46:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF7C83;
}
.text-color {
color: #FF7C83;
}
.border-color {
border: 2px solid #FF7C83;
}