#5750DB
A medium, moderate blue closely aligning with Mediumslateblue.
About #5750DB
When working with digital screens, the color #5750DB is rendered by mixing light. It is closely associated with the named CSS color Mediumslateblue. In the RGB color space, it consists of 87 red, 80 green, and 219 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 60% C, 63% M, 0% Y, and 14% K. The HSL representation is 243.0° hue, 65.9% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5750DB
RGB87, 80, 219
HSL243.0°, 65.9%, 58.6%
CMYK60%, 63%, 0%, 14%
HSV243.0°, 63.5%, 85.9%
LAB42.6, 42.8, -70.4
XYZ19.6, 12.9, 68.5
Decimal5722331
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.87:1
Text on #FFFFFF
AA
3.58:1
Text on #000000
AA Large
5.61:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5750DB;
}
.text-color {
color: #5750DB;
}
.border-color {
border: 2px solid #5750DB;
}