#F87583
A light, vivid red closely aligning with Lightcoral.
About #F87583
The hex code #F87583 represents a beautifully specific shade of red. It is closely associated with the named CSS color Lightcoral. This translates to an RGB value of rgb(248, 117, 131).
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 53% magenta inks. The HSL representation is 353.6° hue, 90.3% saturation, and 71.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F87583
RGB248, 117, 131
HSL353.6°, 90.3%, 71.6%
CMYK0%, 53%, 47%, 3%
HSV353.6°, 52.8%, 97.3%
LAB65.2, 51.3, 16.7
XYZ49.2, 34.3, 25.5
Decimal16283011
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.86:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F87583;
}
.text-color {
color: #F87583;
}
.border-color {
border: 2px solid #F87583;
}