#F86D66
A light, vivid red closely aligning with Salmon.
About #F86D66
The hex code #F86D66 represents a beautifully specific shade of red. Its closest recognized web color is Salmon. In the RGB color space, it consists of 248 red, 109 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 56% magenta, 59% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F86D66
RGB248, 109, 102
HSL2.9°, 91.3%, 68.6%
CMYK0%, 56%, 59%, 3%
HSV2.9°, 58.9%, 97.3%
LAB63.2, 52.7, 30.5
XYZ46.6, 31.9, 16.3
Decimal16280934
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.37:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86D66;
}
.text-color {
color: #F86D66;
}
.border-color {
border: 2px solid #F86D66;
}