#F8667C
A light, vivid red closely aligning with Lightcoral.
About #F8667C
The hex code #F8667C represents a beautifully specific shade of red. Its closest recognized web color is Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 102, and 124.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 59% M, 50% Y, and 3% K. With a hue angle of 351.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8667C
RGB248, 102, 124
HSL351.0°, 91.3%, 68.6%
CMYK0%, 59%, 50%, 3%
HSV351.0°, 58.9%, 97.3%
LAB62.4, 57.6, 16.9
XYZ47.1, 30.9, 22.6
Decimal16279164
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8667C;
}
.text-color {
color: #F8667C;
}
.border-color {
border: 2px solid #F8667C;
}