#5749E2
A medium, vivid blue closely aligning with Mediumslateblue.
About #5749E2
The hex code #5749E2 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 87 red, 73 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 62% cyan, 68% magenta, 0% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#5749E2
RGB87, 73, 226
HSL245.5°, 72.5%, 58.6%
CMYK62%, 68%, 0%, 11%
HSV245.5°, 67.7%, 88.6%
LAB41.7, 49.1, -75.8
XYZ20.0, 12.3, 73.3
Decimal5720546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.08:1
Text on #FFFFFF
AA
3.46:1
Text on #000000
AA Large
5.81:1
Text on #F8FAFC
AA
2.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5749E2;
}
.text-color {
color: #5749E2;
}
.border-color {
border: 2px solid #5749E2;
}