#5049DB
A medium, moderate blue closely aligning with Mediumslateblue.
About #5049DB
The precise color #5049DB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(80, 73, 219).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 63% C, 67% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5049DB
RGB80, 73, 219
HSL242.9°, 67.0%, 57.3%
CMYK63%, 67%, 0%, 14%
HSV242.9°, 66.7%, 85.9%
LAB40.5, 45.9, -73.7
XYZ18.5, 11.6, 68.3
Decimal5261787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.33:1
Text on #FFFFFF
AA
3.32:1
Text on #000000
AA Large
6.05:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5049DB;
}
.text-color {
color: #5049DB;
}
.border-color {
border: 2px solid #5049DB;
}