#57076D
A dark, vivid magenta closely aligning with Purple.
About #57076D
The hex code #57076D represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Purple. Its digital footprint relies on 87 parts red, 7 parts green, and 109 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 20% cyan, 94% magenta, 0% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#57076D
RGB87, 7, 109
HSL287.1°, 87.9%, 22.7%
CMYK20%, 94%, 0%, 57%
HSV287.1°, 93.6%, 42.7%
LAB21.1, 47.1, -38.7
XYZ6.8, 3.3, 14.7
Decimal5703533
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.68:1
Text on #FFFFFF
AAA
1.66:1
Text on #000000
FAIL
12.12:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57076D;
}
.text-color {
color: #57076D;
}
.border-color {
border: 2px solid #57076D;
}