#5750BD
A medium, moderate blue closely aligning with Slateblue.
About #5750BD
When working with digital screens, the color #5750BD is rendered by mixing light. Designers often compare it to the standard color Slateblue. In the RGB color space, it consists of 87 red, 80 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 54% C, 58% M, 0% Y, and 26% K. With a hue angle of 243.9 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5750BD
RGB87, 80, 189
HSL243.9°, 45.2%, 52.7%
CMYK54%, 58%, 0%, 26%
HSV243.9°, 57.7%, 74.1%
LAB40.3, 33.3, -56.7
XYZ16.0, 11.4, 49.5
Decimal5722301
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.39:1
Text on #FFFFFF
AA
3.29:1
Text on #000000
AA Large
6.11:1
Text on #F8FAFC
AA
2.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5750BD;
}
.text-color {
color: #5750BD;
}
.border-color {
border: 2px solid #5750BD;
}