#571DF0
A medium, vivid purple closely aligning with Mediumblue.
About #571DF0
The hex code #571DF0 represents a beautifully specific shade of purple. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(87, 29, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 64% cyan and 88% magenta inks. With a hue angle of 256.5 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#571DF0
RGB87, 29, 240
HSL256.5°, 87.6%, 52.7%
CMYK64%, 88%, 0%, 6%
HSV256.5°, 87.9%, 94.1%
LAB36.4, 72.2, -92.5
XYZ20.1, 9.2, 83.2
Decimal5709296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.40:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.07:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571DF0;
}
.text-color {
color: #571DF0;
}
.border-color {
border: 2px solid #571DF0;
}