#3A57FF
A light, vivid blue closely aligning with Mediumslateblue.
About #3A57FF
Visually, #3A57FF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(58, 87, 255).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 77% C, 66% M, 0% Y, and 0% K. With a hue angle of 231.2 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A57FF
RGB58, 87, 255
HSL231.2°, 100.0%, 61.4%
CMYK77%, 66%, 0%, 0%
HSV231.2°, 77.3%, 100.0%
LAB45.5, 47.2, -85.8
XYZ23.2, 14.9, 96.3
Decimal3823615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.27:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A57FF;
}
.text-color {
color: #3A57FF;
}
.border-color {
border: 2px solid #3A57FF;
}