#57007C
A dark, vivid purple closely aligning with Indigo.
About #57007C
At its core, #57007C 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, 0 green, and 124 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 30% cyan and 100% magenta inks. The HSL representation is 282.1° hue, 100.0% saturation, and 24.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57007C
RGB87, 0, 124
HSL282.1°, 100.0%, 24.3%
CMYK30%, 100%, 0%, 51%
HSV282.1°, 100.0%, 48.6%
LAB21.9, 51.8, -47.1
XYZ7.6, 3.5, 19.3
Decimal5701756
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.38:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.83:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57007C;
}
.text-color {
color: #57007C;
}
.border-color {
border: 2px solid #57007C;
}