#570757
A very dark, vivid magenta closely aligning with Purple.
About #570757
When working with digital screens, the color #570757 is rendered by mixing light. Designers often compare it to the standard color Purple. This translates to an RGB value of rgb(87, 7, 87).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 92% magenta inks. The HSL representation is 300.0° hue, 85.1% saturation, and 18.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#570757
RGB87, 7, 87
HSL300.0°, 85.1%, 18.4%
CMYK0%, 92%, 0%, 66%
HSV300.0°, 92.0%, 34.1%
LAB19.5, 43.0, -26.8
XYZ5.7, 2.9, 9.3
Decimal5703511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.35:1
Text on #FFFFFF
AAA
1.57:1
Text on #000000
FAIL
12.76:1
Text on #F8FAFC
AAA
1.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570757;
}
.text-color {
color: #570757;
}
.border-color {
border: 2px solid #570757;
}