#5F50BD
A medium, moderate blue closely aligning with Slateblue.
About #5F50BD
The precise color #5F50BD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Slateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 80, and 189.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 50% C, 58% M, 0% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F50BD
RGB95, 80, 189
HSL248.3°, 45.2%, 52.7%
CMYK50%, 58%, 0%, 26%
HSV248.3°, 57.7%, 74.1%
LAB41.0, 34.9, -55.6
XYZ16.8, 11.8, 49.5
Decimal6246589
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.23:1
Text on #FFFFFF
AA
3.37:1
Text on #000000
AA Large
5.96:1
Text on #F8FAFC
AA
2.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F50BD;
}
.text-color {
color: #5F50BD;
}
.border-color {
border: 2px solid #5F50BD;
}