#F87C92
A light, vivid red closely aligning with Lightcoral.
About #F87C92
At its core, #F87C92 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, 124, 146).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. With a hue angle of 349.4 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F87C92
RGB248, 124, 146
HSL349.4°, 89.9%, 72.9%
CMYK0%, 50%, 41%, 3%
HSV349.4°, 50.0%, 97.3%
LAB66.9, 49.4, 10.5
XYZ51.1, 36.4, 31.5
Decimal16284818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.29:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F87C92;
}
.text-color {
color: #F87C92;
}
.border-color {
border: 2px solid #F87C92;
}