#5F49D3
A medium, moderate blue closely aligning with Mediumslateblue.
About #5F49D3
At its core, #5F49D3 is a medium and moderate hue. Designers often compare it to the standard color Mediumslateblue. Its digital footprint relies on 95 parts red, 73 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 55% C, 65% M, 0% Y, and 17% K. The HSL representation is 249.6° hue, 61.1% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#5F49D3
RGB95, 73, 211
HSL249.6°, 61.1%, 55.7%
CMYK55%, 65%, 0%, 17%
HSV249.6°, 65.4%, 82.7%
LAB41.1, 45.7, -68.2
XYZ18.9, 11.9, 62.9
Decimal6244819
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.21:1
Text on #FFFFFF
AA
3.38:1
Text on #000000
AA Large
5.94:1
Text on #F8FAFC
AA
2.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F49D3;
}
.text-color {
color: #5F49D3;
}
.border-color {
border: 2px solid #5F49D3;
}