#570F66
A dark, vivid magenta closely aligning with Rebeccapurple.
About #570F66
At its core, #570F66 is a dark and vivid hue. Designers often compare it to the standard color Rebeccapurple. This translates to an RGB value of rgb(87, 15, 102).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 15% cyan, 85% magenta, 0% yellow, and 60% 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. Because it is a 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#570F66
RGB87, 15, 102
HSL289.7°, 74.4%, 22.9%
CMYK15%, 85%, 0%, 60%
HSV289.7°, 85.3%, 40.0%
LAB21.3, 43.6, -33.8
XYZ6.5, 3.3, 12.9
Decimal5705574
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.61:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.05:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570F66;
}
.text-color {
color: #570F66;
}
.border-color {
border: 2px solid #570F66;
}