#F08366
A light, vivid red closely aligning with Salmon.
About #F08366
The hex code #F08366 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Salmon. In the RGB color space, it consists of 240 red, 131 green, and 102 blue.
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 45% magenta inks. With a hue angle of 12.6 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F08366
RGB240, 131, 102
HSL12.6°, 82.1%, 67.1%
CMYK0%, 45%, 57%, 6%
HSV12.6°, 57.5%, 94.1%
LAB66.3, 39.1, 34.2
XYZ46.4, 35.7, 17.0
Decimal15762278
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.14:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F08366;
}
.text-color {
color: #F08366;
}
.border-color {
border: 2px solid #F08366;
}