#570F99
A dark, vivid purple closely aligning with Indigo.
About #570F99
When working with digital screens, the color #570F99 is rendered by mixing light. Designers often compare it to the standard color Indigo. In the RGB color space, it consists of 87 red, 15 green, and 153 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 43% Cyan, 90% Magenta, 0% Yellow, and 40% 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. 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#570F99
RGB87, 15, 153
HSL271.3°, 82.1%, 32.9%
CMYK43%, 90%, 0%, 40%
HSV271.3°, 90.2%, 60.0%
LAB25.8, 54.8, -58.9
XYZ9.9, 4.7, 30.5
Decimal5705625
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.86:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.38:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570F99;
}
.text-color {
color: #570F99;
}
.border-color {
border: 2px solid #570F99;
}