#5750F0
A light, vivid blue closely aligning with Mediumslateblue.
About #5750F0
When working with digital screens, the color #5750F0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(87, 80, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 64% cyan and 67% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light 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#5750F0
RGB87, 80, 240
HSL242.6°, 84.2%, 62.7%
CMYK64%, 67%, 0%, 6%
HSV242.6°, 66.7%, 94.1%
LAB44.3, 49.5, -79.4
XYZ22.5, 14.1, 84.0
Decimal5722352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5750F0;
}
.text-color {
color: #5750F0;
}
.border-color {
border: 2px solid #5750F0;
}