#571DE9
A medium, vivid purple closely aligning with Mediumblue.
About #571DE9
The hex code #571DE9 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 87 red, 29 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. The color uses 63% Cyan, 88% Magenta, 0% Yellow, and 9% Black. With a hue angle of 257.1 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#571DE9
RGB87, 29, 233
HSL257.1°, 82.3%, 51.4%
CMYK63%, 88%, 0%, 9%
HSV257.1°, 87.6%, 91.4%
LAB35.6, 70.5, -89.9
XYZ19.1, 8.8, 77.8
Decimal5709289
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.62:1
Text on #FFFFFF
AAA
2.76:1
Text on #000000
FAIL
7.28:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571DE9;
}
.text-color {
color: #571DE9;
}
.border-color {
border: 2px solid #571DE9;
}