#5049CC
A medium, moderate blue closely aligning with Slateblue.
About #5049CC
When working with digital screens, the color #5049CC is rendered by mixing light. If you're using CSS, you might find it aligns closely with Slateblue. This translates to an RGB value of rgb(80, 73, 204).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 61% cyan and 64% magenta inks. The HSL representation is 243.2° hue, 56.2% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#5049CC
RGB80, 73, 204
HSL243.2°, 56.2%, 54.3%
CMYK61%, 64%, 0%, 20%
HSV243.2°, 64.2%, 80.0%
LAB39.3, 41.1, -67.1
XYZ16.6, 10.8, 58.3
Decimal5261772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.63:1
Text on #FFFFFF
AA
3.17:1
Text on #000000
AA Large
6.34:1
Text on #F8FAFC
AA
2.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5049CC;
}
.text-color {
color: #5049CC;
}
.border-color {
border: 2px solid #5049CC;
}