#FFA0AF
A very light, vivid red closely aligning with Lightpink.
About #FFA0AF
Visually, #FFA0AF is defined as a vivid red. It is closely associated with the named CSS color Lightpink. This translates to an RGB value of rgb(255, 160, 175).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 37% Magenta, 31% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFA0AF
RGB255, 160, 175
HSL350.5°, 100.0%, 81.4%
CMYK0%, 37%, 31%, 0%
HSV350.5°, 37.3%, 100.0%
LAB75.8, 37.1, 7.2
XYZ61.5, 49.5, 46.9
Decimal16752815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.90:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA0AF;
}
.text-color {
color: #FFA0AF;
}
.border-color {
border: 2px solid #FFA0AF;
}