#570F8A
A dark, vivid purple closely aligning with Indigo.
About #570F8A
The precise color #570F8A is an excellent choice for modern design projects. It is closely associated with the named CSS color Indigo. In the RGB color space, it consists of 87 red, 15 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 37% cyan and 89% magenta inks. With a hue angle of 275.1 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#570F8A
RGB87, 15, 138
HSL275.1°, 80.4%, 30.0%
CMYK37%, 89%, 0%, 46%
HSV275.1°, 89.1%, 54.1%
LAB24.3, 51.4, -51.9
XYZ8.7, 4.2, 24.4
Decimal5705610
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.41:1
Text on #FFFFFF
AAA
1.84:1
Text on #000000
FAIL
10.90:1
Text on #F8FAFC
AAA
1.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570F8A;
}
.text-color {
color: #570F8A;
}
.border-color {
border: 2px solid #570F8A;
}