#5F49DB
A medium, moderate blue closely aligning with Mediumslateblue.
About #5F49DB
Visually, #5F49DB is defined as a moderate blue. Its closest recognized web color is Mediumslateblue. This translates to an RGB value of rgb(95, 73, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 57% Cyan, 67% Magenta, 0% Yellow, and 14% Black. With a hue angle of 249.0 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F49DB
RGB95, 73, 219
HSL249.0°, 67.0%, 57.3%
CMYK57%, 67%, 0%, 14%
HSV249.0°, 66.7%, 85.9%
LAB41.7, 48.1, -71.7
XYZ19.9, 12.3, 68.3
Decimal6244827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.06:1
Text on #FFFFFF
AA
3.46:1
Text on #000000
AA Large
5.80:1
Text on #F8FAFC
AA
2.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F49DB;
}
.text-color {
color: #5F49DB;
}
.border-color {
border: 2px solid #5F49DB;
}