#F88A6D
A light, vivid red closely aligning with Salmon.
About #F88A6D
The precise color #F88A6D is an excellent choice for modern design projects. It is closely associated with the named CSS color Salmon. In the RGB color space, it consists of 248 red, 138 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 44% magenta, 56% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F88A6D
RGB248, 138, 109
HSL12.5°, 90.8%, 70.0%
CMYK0%, 44%, 56%, 3%
HSV12.5°, 56.0%, 97.3%
LAB68.9, 39.1, 33.9
XYZ50.6, 39.2, 19.4
Decimal16288365
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.85:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88A6D;
}
.text-color {
color: #F88A6D;
}
.border-color {
border: 2px solid #F88A6D;
}