#FF8A8A
A light, vivid red closely aligning with Lightcoral.
About #FF8A8A
The precise color #FF8A8A is an excellent choice for modern design projects. Its closest recognized web color is Lightcoral. Its digital footprint relies on 255 parts red, 138 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 46% Magenta, 46% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF8A8A
RGB255, 138, 138
HSL0.0°, 100.0%, 77.1%
CMYK0%, 46%, 46%, 0%
HSV0.0°, 45.9%, 100.0%
LAB70.4, 44.2, 20.1
XYZ54.9, 41.3, 29.1
Decimal16747146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.25:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF8A8A;
}
.text-color {
color: #FF8A8A;
}
.border-color {
border: 2px solid #FF8A8A;
}