#3A3ADB
A medium, moderate blue closely aligning with Blueviolet.
About #3A3ADB
The hex code #3A3ADB represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(58, 58, 219).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 74% cyan and 74% magenta inks. The HSL representation is 240.0° hue, 69.1% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A3ADB
RGB58, 58, 219
HSL240.0°, 69.1%, 54.3%
CMYK74%, 74%, 0%, 14%
HSV240.0°, 73.5%, 85.9%
LAB36.1, 51.9, -81.1
XYZ16.0, 9.0, 67.9
Decimal3816155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.48:1
Text on #FFFFFF
AAA
2.81:1
Text on #000000
FAIL
7.15:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3ADB;
}
.text-color {
color: #3A3ADB;
}
.border-color {
border: 2px solid #3A3ADB;
}