#571DDB
A medium, vivid purple closely aligning with Mediumblue.
About #571DDB
Visually, #571DDB is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 29, and 219.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 60% cyan and 87% magenta inks. With a hue angle of 258.3 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#571DDB
RGB87, 29, 219
HSL258.3°, 76.6%, 48.6%
CMYK60%, 87%, 0%, 14%
HSV258.3°, 86.8%, 85.9%
LAB34.0, 67.0, -84.4
XYZ17.2, 8.0, 67.7
Decimal5709275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.06:1
Text on #FFFFFF
AAA
2.60:1
Text on #000000
FAIL
7.71:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571DDB;
}
.text-color {
color: #571DDB;
}
.border-color {
border: 2px solid #571DDB;
}