#572CDB
A medium, vivid blue closely aligning with Blueviolet.
About #572CDB
The hex code #572CDB represents a beautifully specific shade of blue. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(87, 44, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 60% cyan, 80% magenta, 0% yellow, and 14% black. With a hue angle of 254.7 degrees, it sits comfortably in the blue spectrum.
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#572CDB
RGB87, 44, 219
HSL254.7°, 70.9%, 51.6%
CMYK60%, 80%, 0%, 14%
HSV254.7°, 79.9%, 85.9%
LAB35.9, 61.5, -81.4
XYZ17.6, 8.9, 67.8
Decimal5713115
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.53:1
Text on #FFFFFF
AAA
2.79:1
Text on #000000
FAIL
7.20:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #572CDB;
}
.text-color {
color: #572CDB;
}
.border-color {
border: 2px solid #572CDB;
}