#3A5FF0
A medium, vivid blue closely aligning with Mediumslateblue.
About #3A5FF0
At its core, #3A5FF0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 95, and 240.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 76% cyan and 60% magenta inks. The HSL representation is 227.8° hue, 85.8% saturation, and 58.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A5FF0
RGB58, 95, 240
HSL227.8°, 85.8%, 58.4%
CMYK76%, 60%, 0%, 6%
HSV227.8°, 75.8%, 94.1%
LAB46.1, 37.1, -76.5
XYZ21.6, 15.4, 84.3
Decimal3825648
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.15:1
Text on #FFFFFF
AA
4.08:1
Text on #000000
AA Large
4.93:1
Text on #F8FAFC
AA
3.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A5FF0;
}
.text-color {
color: #3A5FF0;
}
.border-color {
border: 2px solid #3A5FF0;
}