#3A5FFF
A light, vivid blue closely aligning with Mediumslateblue.
About #3A5FFF
When working with digital screens, the color #3A5FFF is rendered by mixing light. Designers often compare it to the standard color Mediumslateblue. In the RGB color space, it consists of 58 red, 95 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 77% cyan and 63% magenta inks. The HSL representation is 228.7° hue, 100.0% saturation, and 61.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A5FFF
RGB58, 95, 255
HSL228.7°, 100.0%, 61.4%
CMYK77%, 63%, 0%, 0%
HSV228.7°, 77.3%, 100.0%
LAB47.4, 42.4, -82.8
XYZ23.9, 16.3, 96.5
Decimal3825663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.93:1
Text on #FFFFFF
AA
4.26:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.62:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A5FFF;
}
.text-color {
color: #3A5FFF;
}
.border-color {
border: 2px solid #3A5FFF;
}