#FFA08A
A light, vivid red closely aligning with Darksalmon.
About #FFA08A
When working with digital screens, the color #FFA08A is rendered by mixing light. Its closest recognized web color is Darksalmon. Its digital footprint relies on 255 parts red, 160 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 37% magenta, 46% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFA08A
RGB255, 160, 138
HSL11.3°, 100.0%, 77.1%
CMYK0%, 37%, 46%, 0%
HSV11.3°, 45.9%, 100.0%
LAB75.0, 32.9, 26.3
XYZ58.4, 48.2, 30.3
Decimal16752778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.65:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA08A;
}
.text-color {
color: #FFA08A;
}
.border-color {
border: 2px solid #FFA08A;
}