#3A50F0
A medium, vivid blue closely aligning with Mediumslateblue.
About #3A50F0
At its core, #3A50F0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(58, 80, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 76% C, 67% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A50F0
RGB58, 80, 240
HSL232.7°, 85.8%, 58.4%
CMYK76%, 67%, 0%, 6%
HSV232.7°, 75.8%, 94.1%
LAB42.7, 46.3, -82.2
XYZ20.3, 12.9, 83.9
Decimal3821808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.86:1
Text on #FFFFFF
AA
3.59:1
Text on #000000
AA Large
5.60:1
Text on #F8FAFC
AA
3.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A50F0;
}
.text-color {
color: #3A50F0;
}
.border-color {
border: 2px solid #3A50F0;
}