#57078A
A dark, vivid purple closely aligning with Indigo.
About #57078A
At its core, #57078A is a dark and vivid hue. It is closely associated with the named CSS color Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 7, and 138.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 37% cyan, 95% magenta, 0% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57078A
RGB87, 7, 138
HSL276.6°, 90.3%, 28.4%
CMYK37%, 95%, 0%, 46%
HSV276.6°, 94.9%, 54.1%
LAB23.7, 53.2, -53.0
XYZ8.6, 4.0, 24.4
Decimal5703562
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.65:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.13:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57078A;
}
.text-color {
color: #57078A;
}
.border-color {
border: 2px solid #57078A;
}