#57003A
A very dark, vivid magenta closely aligning with Purple.
About #57003A
Visually, #57003A is defined as a vivid magenta. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(87, 0, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 100% M, 33% Y, and 66% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57003A
RGB87, 0, 58
HSL320.0°, 100.0%, 17.1%
CMYK0%, 100%, 33%, 66%
HSV320.0°, 100.0%, 34.1%
LAB17.1, 40.6, -10.5
XYZ4.7, 2.3, 4.2
Decimal5701690
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.32:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.69:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57003A;
}
.text-color {
color: #57003A;
}
.border-color {
border: 2px solid #57003A;
}