#571DF8
A medium, vivid purple closely aligning with Blue.
About #571DF8
The precise color #571DF8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Blue. Its digital footprint relies on 87 parts red, 29 parts green, and 248 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 65% Cyan, 88% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#571DF8
RGB87, 29, 248
HSL255.9°, 94.0%, 54.3%
CMYK65%, 88%, 0%, 3%
HSV255.9°, 88.3%, 97.3%
LAB37.3, 74.2, -95.5
XYZ21.3, 9.7, 89.6
Decimal5709304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.15:1
Text on #FFFFFF
AAA
2.94:1
Text on #000000
FAIL
6.84:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571DF8;
}
.text-color {
color: #571DF8;
}
.border-color {
border: 2px solid #571DF8;
}