#FF8AA0
A light, vivid red closely aligning with Lightcoral.
About #FF8AA0
When working with digital screens, the color #FF8AA0 is rendered by mixing light. It is closely associated with the named CSS color Lightcoral. Its digital footprint relies on 255 parts red, 138 parts green, and 160 parts blue light.
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 46% magenta inks. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF8AA0
RGB255, 138, 160
HSL348.7°, 100.0%, 77.1%
CMYK0%, 46%, 37%, 0%
HSV348.7°, 45.9%, 100.0%
LAB70.9, 46.5, 8.5
XYZ56.7, 42.0, 38.4
Decimal16747168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.40:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF8AA0;
}
.text-color {
color: #FF8AA0;
}
.border-color {
border: 2px solid #FF8AA0;
}