#57077C
A dark, vivid purple closely aligning with Indigo.
About #57077C
At its core, #57077C is a dark and vivid hue. It is closely associated with the named CSS color Indigo. In the RGB color space, it consists of 87 red, 7 green, and 124 blue.
If you are designing for print, the four-color process is what matters most. The color uses 30% Cyan, 94% Magenta, 0% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57077C
RGB87, 7, 124
HSL281.0°, 89.3%, 25.7%
CMYK30%, 94%, 0%, 51%
HSV281.0°, 94.4%, 48.6%
LAB22.4, 50.2, -46.2
XYZ7.6, 3.6, 19.4
Decimal5703548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.16:1
Text on #FFFFFF
AAA
1.73:1
Text on #000000
FAIL
11.62:1
Text on #F8FAFC
AAA
1.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57077C;
}
.text-color {
color: #57077C;
}
.border-color {
border: 2px solid #57077C;
}