#3A57F8
A light, vivid blue closely aligning with Mediumslateblue.
About #3A57F8
At its core, #3A57F8 is a light and vivid hue. Designers often compare it to the standard color Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 87, and 248.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 77% cyan, 65% magenta, 0% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light 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#3A57F8
RGB58, 87, 248
HSL230.8°, 93.1%, 60.0%
CMYK77%, 65%, 0%, 3%
HSV230.8°, 76.6%, 97.3%
LAB44.9, 44.8, -82.9
XYZ22.1, 14.5, 90.4
Decimal3823608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.39:1
Text on #FFFFFF
AA
3.90:1
Text on #000000
AA Large
5.15:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A57F8;
}
.text-color {
color: #3A57F8;
}
.border-color {
border: 2px solid #3A57F8;
}