#57075F
A dark, vivid magenta closely aligning with Purple.
About #57075F
At its core, #57075F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(87, 7, 95).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 8% C, 93% M, 0% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57075F
RGB87, 7, 95
HSL294.5°, 86.3%, 20.0%
CMYK8%, 93%, 0%, 63%
HSV294.5°, 92.6%, 37.3%
LAB20.1, 44.4, -31.2
XYZ6.1, 3.0, 11.1
Decimal5703519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.12:1
Text on #FFFFFF
AAA
1.60:1
Text on #000000
FAIL
12.54:1
Text on #F8FAFC
AAA
1.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57075F;
}
.text-color {
color: #57075F;
}
.border-color {
border: 2px solid #57075F;
}