#3A57F0
A medium, vivid blue closely aligning with Mediumslateblue.
About #3A57F0
The precise color #3A57F0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumslateblue. In the RGB color space, it consists of 58 red, 87 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 76% C, 64% M, 0% Y, and 6% K. The HSL representation is 230.4° hue, 85.8% saturation, and 58.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A57F0
RGB58, 87, 240
HSL230.4°, 85.8%, 58.4%
CMYK76%, 64%, 0%, 6%
HSV230.4°, 75.8%, 94.1%
LAB44.2, 42.0, -79.6
XYZ20.9, 14.0, 84.0
Decimal3823600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.28:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A57F0;
}
.text-color {
color: #3A57F0;
}
.border-color {
border: 2px solid #3A57F0;
}