#A83A50
A medium, moderate red closely aligning with Indianred.
About #A83A50
Visually, #A83A50 is defined as a moderate red. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(168, 58, 80).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 65% Magenta, 52% Yellow, and 34% Black. With a hue angle of 348.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A83A50
RGB168, 58, 80
HSL348.0°, 48.7%, 44.3%
CMYK0%, 65%, 52%, 34%
HSV348.0°, 65.5%, 65.9%
LAB41.1, 46.8, 11.7
XYZ19.1, 11.9, 8.9
Decimal11024976
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.20:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.93:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A83A50;
}
.text-color {
color: #A83A50;
}
.border-color {
border: 2px solid #A83A50;
}