#5742FF
A light, vivid blue closely aligning with Blueviolet.
About #5742FF
The precise color #5742FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blueviolet. Its digital footprint relies on 87 parts red, 66 parts green, and 255 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 66% cyan and 74% magenta inks. The HSL representation is 246.7° hue, 100.0% saturation, and 62.9% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5742FF
RGB87, 66, 255
HSL246.7°, 100.0%, 62.9%
CMYK66%, 74%, 0%, 0%
HSV246.7°, 74.1%, 100.0%
LAB43.0, 61.5, -90.0
XYZ23.9, 13.1, 95.9
Decimal5718783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.79:1
Text on #FFFFFF
AA
3.63:1
Text on #000000
AA Large
5.53:1
Text on #F8FAFC
AA
3.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5742FF;
}
.text-color {
color: #5742FF;
}
.border-color {
border: 2px solid #5742FF;
}