#F8808D
A light, vivid red closely aligning with Lightcoral.
About #F8808D
Visually, #F8808D is defined as a vivid red. It is closely associated with the named CSS color Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 128, and 141.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 48% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#F8808D
RGB248, 128, 141
HSL353.5°, 89.6%, 73.7%
CMYK0%, 48%, 43%, 3%
HSV353.5°, 48.4%, 97.3%
LAB67.5, 47.0, 14.3
XYZ51.2, 37.3, 29.7
Decimal16285837
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.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8808D;
}
.text-color {
color: #F8808D;
}
.border-color {
border: 2px solid #F8808D;
}