#F88A83
A light, vivid red closely aligning with Lightcoral.
About #F88A83
At its core, #F88A83 is a light and vivid hue. 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, 138, and 131.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 44% M, 47% Y, and 3% K. The HSL representation is 3.6° hue, 89.3% saturation, and 74.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F88A83
RGB248, 138, 131
HSL3.6°, 89.3%, 74.3%
CMYK0%, 44%, 47%, 3%
HSV3.6°, 47.2%, 97.3%
LAB69.3, 41.0, 22.3
XYZ51.9, 39.8, 26.4
Decimal16288387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.95:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88A83;
}
.text-color {
color: #F88A83;
}
.border-color {
border: 2px solid #F88A83;
}