#FF8A83
A light, vivid red closely aligning with Lightcoral.
About #FF8A83
Visually, #FF8A83 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Lightcoral. In the RGB color space, it consists of 255 red, 138 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 46% magenta, 49% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF8A83
RGB255, 138, 131
HSL3.4°, 100.0%, 75.7%
CMYK0%, 46%, 49%, 0%
HSV3.4°, 48.6%, 100.0%
LAB70.2, 43.5, 23.7
XYZ54.4, 41.1, 26.5
Decimal16747139
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.22:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF8A83;
}
.text-color {
color: #FF8A83;
}
.border-color {
border: 2px solid #FF8A83;
}