#3A49E2
A medium, vivid blue closely aligning with Mediumslateblue.
About #3A49E2
When working with digital screens, the color #3A49E2 is rendered by mixing light. Its closest recognized web color is Mediumslateblue. This translates to an RGB value of rgb(58, 73, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 74% C, 68% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#3A49E2
RGB58, 73, 226
HSL234.6°, 74.3%, 55.7%
CMYK74%, 68%, 0%, 11%
HSV234.6°, 74.3%, 88.6%
LAB39.8, 45.7, -78.9
XYZ17.9, 11.2, 73.2
Decimal3820002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.50:1
Text on #FFFFFF
AA
3.23:1
Text on #000000
AA Large
6.21:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A49E2;
}
.text-color {
color: #3A49E2;
}
.border-color {
border: 2px solid #3A49E2;
}