#F87C7C
A light, vivid red closely aligning with Lightcoral.
About #F87C7C
Visually, #F87C7C is defined as a vivid red. Designers often compare it to the standard color Lightcoral. This translates to an RGB value of rgb(248, 124, 124).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F87C7C
RGB248, 124, 124
HSL0.0°, 89.9%, 72.9%
CMYK0%, 50%, 50%, 3%
HSV0.0°, 50.0%, 97.3%
LAB66.4, 47.3, 22.3
XYZ49.6, 35.8, 23.4
Decimal16284796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.17:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F87C7C;
}
.text-color {
color: #F87C7C;
}
.border-color {
border: 2px solid #F87C7C;
}