#FFA8A8
A very light, vivid red closely aligning with Lightpink.
About #FFA8A8
At its core, #FFA8A8 is a very light and vivid hue. Its closest recognized web color is Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 168, and 168.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 34% M, 34% Y, and 0% K. The HSL representation is 0.0° hue, 100.0% saturation, and 82.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFA8A8
RGB255, 168, 168
HSL0.0°, 100.0%, 82.9%
CMYK0%, 34%, 34%, 0%
HSV0.0°, 34.1%, 100.0%
LAB77.3, 32.0, 13.3
XYZ62.3, 52.1, 43.8
Decimal16754856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.42:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA8A8;
}
.text-color {
color: #FFA8A8;
}
.border-color {
border: 2px solid #FFA8A8;
}