#A03350
A medium, moderate magenta closely aligning with Indianred.
About #A03350
The hex code #A03350 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 160 red, 51 green, and 80 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A03350
RGB160, 51, 80
HSL344.0°, 51.7%, 41.4%
CMYK0%, 68%, 50%, 37%
HSV344.0°, 68.1%, 62.7%
LAB38.6, 47.1, 8.0
XYZ17.1, 10.4, 8.7
Decimal10498896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.81:1
Text on #FFFFFF
AA
3.08:1
Text on #000000
AA Large
6.51:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A03350;
}
.text-color {
color: #A03350;
}
.border-color {
border: 2px solid #A03350;
}