#3A66FF
A light, vivid blue closely aligning with Mediumslateblue.
About #3A66FF
Visually, #3A66FF is defined as a vivid blue. It is closely associated with the named CSS color Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 102, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 77% cyan, 60% magenta, 0% yellow, and 0% black. The HSL representation is 226.6° hue, 100.0% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#3A66FF
RGB58, 102, 255
HSL226.6°, 100.0%, 61.4%
CMYK77%, 60%, 0%, 0%
HSV226.6°, 77.3%, 100.0%
LAB49.0, 38.1, -80.1
XYZ24.5, 17.6, 96.7
Decimal3827455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A66FF;
}
.text-color {
color: #3A66FF;
}
.border-color {
border: 2px solid #3A66FF;
}