#571683
A dark, vivid purple closely aligning with Indigo.
About #571683
When working with digital screens, the color #571683 is rendered by mixing light. It is closely associated with the named CSS color Indigo. In the RGB color space, it consists of 87 red, 22 green, and 131 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 34% Cyan, 83% Magenta, 0% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#571683
RGB87, 22, 131
HSL275.8°, 71.2%, 30.0%
CMYK34%, 83%, 0%, 49%
HSV275.8°, 83.2%, 51.4%
LAB24.4, 47.6, -47.4
XYZ8.3, 4.2, 21.9
Decimal5707395
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.37:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.86:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571683;
}
.text-color {
color: #571683;
}
.border-color {
border: 2px solid #571683;
}