#F86D83
A light, vivid red closely aligning with Lightcoral.
About #F86D83
Visually, #F86D83 is defined as a vivid red. It is closely associated with the named CSS color Lightcoral. This translates to an RGB value of rgb(248, 109, 131).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 56% magenta inks. The HSL representation is 350.5° hue, 90.8% saturation, and 70.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F86D83
RGB248, 109, 131
HSL350.5°, 90.8%, 70.0%
CMYK0%, 56%, 47%, 3%
HSV350.5°, 56.0%, 97.3%
LAB63.8, 55.1, 14.7
XYZ48.3, 32.5, 25.2
Decimal16280963
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.51:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.38:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86D83;
}
.text-color {
color: #F86D83;
}
.border-color {
border: 2px solid #F86D83;
}