#5749FF
A light, vivid blue closely aligning with Blueviolet.
About #5749FF
The hex code #5749FF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 87 red, 73 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 66% C, 71% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5749FF
RGB87, 73, 255
HSL244.6°, 100.0%, 64.3%
CMYK66%, 71%, 0%, 0%
HSV244.6°, 71.4%, 100.0%
LAB44.2, 57.9, -87.9
XYZ24.4, 14.0, 96.0
Decimal5720575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.28:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5749FF;
}
.text-color {
color: #5749FF;
}
.border-color {
border: 2px solid #5749FF;
}