#5750FF
A light, vivid blue closely aligning with Blueviolet.
About #5750FF
Visually, #5750FF is defined as a vivid blue. Its closest recognized web color is Blueviolet. In the RGB color space, it consists of 87 red, 80 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 66% cyan, 69% magenta, 0% yellow, and 0% black. With a hue angle of 242.4 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5750FF
RGB87, 80, 255
HSL242.4°, 100.0%, 65.7%
CMYK66%, 69%, 0%, 0%
HSV242.4°, 68.6%, 100.0%
LAB45.6, 54.1, -85.7
XYZ24.8, 15.0, 96.2
Decimal5722367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.25:1
Text on #FFFFFF
AA
4.00:1
Text on #000000
AA Large
5.02:1
Text on #F8FAFC
AA
3.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5750FF;
}
.text-color {
color: #5750FF;
}
.border-color {
border: 2px solid #5750FF;
}