#5449E4
A medium, vivid blue closely aligning with Mediumslateblue.
About #5449E4
Visually, #5449E4 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 84 red, 73 green, and 228 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 63% cyan and 68% magenta inks. The HSL representation is 244.3° hue, 74.2% saturation, and 59.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5449E4
RGB84, 73, 228
HSL244.3°, 74.2%, 59.0%
CMYK63%, 68%, 0%, 11%
HSV244.3°, 68.0%, 89.4%
LAB41.6, 49.3, -77.1
XYZ20.0, 12.3, 74.7
Decimal5523940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.09:1
Text on #FFFFFF
AA
3.45:1
Text on #000000
AA Large
5.82:1
Text on #F8FAFC
AA
2.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5449E4;
}
.text-color {
color: #5449E4;
}
.border-color {
border: 2px solid #5449E4;
}