#5700C5
A dark, vivid purple closely aligning with Mediumblue.
About #5700C5
Visually, #5700C5 is defined as a vivid purple. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 0, and 197.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 56% cyan and 100% magenta inks. With a hue angle of 266.5 degrees, it sits comfortably in the purple spectrum.
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#5700C5
RGB87, 0, 197
HSL266.5°, 100.0%, 38.6%
CMYK56%, 100%, 0%, 23%
HSV266.5°, 100.0%, 77.3%
LAB29.6, 67.7, -79.0
XYZ14.0, 6.1, 53.3
Decimal5701829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.50:1
Text on #FFFFFF
AAA
2.21:1
Text on #000000
FAIL
9.08:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5700C5;
}
.text-color {
color: #5700C5;
}
.border-color {
border: 2px solid #5700C5;
}