#F87C83
A light, vivid red closely aligning with Lightcoral.
About #F87C83
The hex code #F87C83 represents a beautifully specific shade of red. It is closely associated with the named CSS color Lightcoral. Its digital footprint relies on 248 parts red, 124 parts green, and 131 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 50% Magenta, 47% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F87C83
RGB248, 124, 131
HSL356.6°, 89.9%, 72.9%
CMYK0%, 50%, 47%, 3%
HSV356.6°, 50.0%, 97.3%
LAB66.5, 47.9, 18.5
XYZ50.0, 36.0, 25.8
Decimal16284803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.20:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F87C83;
}
.text-color {
color: #F87C83;
}
.border-color {
border: 2px solid #F87C83;
}