#5F50D3
A medium, moderate blue closely aligning with Mediumslateblue.
About #5F50D3
The hex code #5F50D3 represents a beautifully specific shade of blue. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 95 red, 80 green, and 211 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 55% C, 62% M, 0% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#5F50D3
RGB95, 80, 211
HSL246.9°, 59.8%, 57.1%
CMYK55%, 62%, 0%, 17%
HSV246.9°, 62.1%, 82.7%
LAB42.6, 41.7, -65.8
XYZ19.3, 12.9, 63.1
Decimal6246611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.87:1
Text on #FFFFFF
AA
3.57: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: #5F50D3;
}
.text-color {
color: #5F50D3;
}
.border-color {
border: 2px solid #5F50D3;
}