#FFA0A8
A very light, vivid red closely aligning with Lightpink.
About #FFA0A8
Visually, #FFA0A8 is defined as a vivid red. Its closest recognized web color is Lightpink. This translates to an RGB value of rgb(255, 160, 168).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 37% Magenta, 34% Yellow, and 0% Black. With a hue angle of 354.9 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFA0A8
RGB255, 160, 168
HSL354.9°, 100.0%, 81.4%
CMYK0%, 37%, 34%, 0%
HSV354.9°, 37.3%, 100.0%
LAB75.6, 36.2, 10.8
XYZ60.9, 49.2, 43.3
Decimal16752808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.85:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA0A8;
}
.text-color {
color: #FFA0A8;
}
.border-color {
border: 2px solid #FFA0A8;
}