#571D7C
A dark, moderate purple closely aligning with Rebeccapurple.
About #571D7C
At its core, #571D7C is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 29, and 124.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 30% cyan, 77% magenta, 0% yellow, and 51% black. The HSL representation is 276.6° hue, 62.1% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#571D7C
RGB87, 29, 124
HSL276.6°, 62.1%, 30.0%
CMYK30%, 77%, 0%, 51%
HSV276.6°, 76.6%, 48.6%
LAB24.8, 43.2, -42.3
XYZ8.0, 4.4, 19.5
Decimal5709180
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.22:1
Text on #FFFFFF
AAA
1.87:1
Text on #000000
FAIL
10.72:1
Text on #F8FAFC
AAA
1.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D7C;
}
.text-color {
color: #571D7C;
}
.border-color {
border: 2px solid #571D7C;
}