#F8757C
A light, vivid red closely aligning with Lightcoral.
About #F8757C
At its core, #F8757C is a light and vivid hue. It is closely associated with the named CSS color Lightcoral. This translates to an RGB value of rgb(248, 117, 124).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 53% Magenta, 50% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8757C
RGB248, 117, 124
HSL356.8°, 90.3%, 71.6%
CMYK0%, 53%, 50%, 3%
HSV356.8°, 52.8%, 97.3%
LAB65.1, 50.7, 20.5
XYZ48.7, 34.1, 23.1
Decimal16283004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.83:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8757C;
}
.text-color {
color: #F8757C;
}
.border-color {
border: 2px solid #F8757C;
}