#4957D3
A medium, moderate blue closely aligning with Slateblue.
About #4957D3
Visually, #4957D3 is defined as a moderate blue. Designers often compare it to the standard color Slateblue. In the RGB color space, it consists of 73 red, 87 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. The color uses 65% Cyan, 59% Magenta, 0% Yellow, and 17% Black. With a hue angle of 233.9 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4957D3
RGB73, 87, 211
HSL233.9°, 61.1%, 55.7%
CMYK65%, 59%, 0%, 17%
HSV233.9°, 65.4%, 82.7%
LAB42.7, 33.8, -65.7
XYZ17.9, 12.9, 63.2
Decimal4806611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.85:1
Text on #FFFFFF
AA
3.59:1
Text on #000000
AA Large
5.60:1
Text on #F8FAFC
AA
3.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4957D3;
}
.text-color {
color: #4957D3;
}
.border-color {
border: 2px solid #4957D3;
}