#57005F
A very dark, vivid magenta closely aligning with Purple.
About #57005F
At its core, #57005F is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Purple. In the RGB color space, it consists of 87 red, 0 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 8% C, 100% M, 0% Y, and 63% K. With a hue angle of 294.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57005F
RGB87, 0, 95
HSL294.9°, 100.0%, 18.6%
CMYK8%, 100%, 0%, 63%
HSV294.9°, 100.0%, 37.3%
LAB19.4, 46.3, -32.2
XYZ6.0, 2.9, 11.1
Decimal5701727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.37:1
Text on #FFFFFF
AAA
1.57:1
Text on #000000
FAIL
12.78:1
Text on #F8FAFC
AAA
1.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57005F;
}
.text-color {
color: #57005F;
}
.border-color {
border: 2px solid #57005F;
}