#57168A
A dark, vivid purple closely aligning with Indigo.
About #57168A
At its core, #57168A is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Indigo. In the RGB color space, it consists of 87 red, 22 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 37% cyan, 84% magenta, 0% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57168A
RGB87, 22, 138
HSL273.6°, 72.5%, 31.4%
CMYK37%, 84%, 0%, 46%
HSV273.6°, 84.1%, 54.1%
LAB25.1, 49.3, -50.7
XYZ8.8, 4.4, 24.4
Decimal5707402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.13:1
Text on #FFFFFF
AAA
1.89:1
Text on #000000
FAIL
10.64:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57168A;
}
.text-color {
color: #57168A;
}
.border-color {
border: 2px solid #57168A;
}